COLOR #12D428

HEX: #12D428 RGB: (18,212,40)

Color info

#12D428 contains mainly green color. Web safe color of #12D428 is #00CC33 (or #0C3).

RGB color model

#12D428 color RGB value is (18,212,40).

RGB: (18,212,40) (7%, 83%, 16%)

RGB channels and saturation

R 18 of 255 = 7%
G 212 of 255 = 83%
B 40 of 255 = 16%

18
212
40

R + G + B ~ 35%. #12D428 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 212 + 40 = 270 (100%)
R 18 of 270 ~ 6.67%
G 212 of 270 ~ 78.52%
B 40 of 270 ~ 14.81'%

%78.52
%14.81

CMYK color model

#12D428 color CMYK value is (92,0,81,17).

  • cyan value is 91.51%
  • magenta value is 0.00%
  • yellow value is 81.13%
  • key color value is 16.86%

CMYK: (92,0,81,17)
C92M0Y81K17 (92%, 0%, 81%, 17%)
(0.92 / 0.00 / 0.81 / 0.17)

CMYK percentages

%91.51
%0
%81.13
%16.86

Codes

Color #12D428 in popluar color models

12 D4 28
RGB 18 212 40
HSL 127° 84.35% 45.10%
HSB/HSV 127° 91.51% 83.14%
CMYK 91.51% 0.00% 81.13%
16.86%

Color #12D428 in popluar number systems.

HEX 12 D4 28
Decimal 18 212 40
Binary 10010 11010100 101000
Octal 22 324 50

Shades and tints

Shades of #12D428

#12D428
(18,212,40)
#11C125
(17,193,37)
#10AE22
(16,174,34)
#0F9B1F
(15,155,31)
#0E881C
(14,136,28)
#0D7519
(13,117,25)
#0C6216
(12,98,22)
#0B4F13
(11,79,19)
#0A3C10
(10,60,16)
#09290D
(9,41,13)
#08160A
(8,22,10)
#000000
(0,0,0)

Tints of #12D428

#12D428
(18,212,40)
#27D73B
(39,215,59)
#3CDA4E
(60,218,78)
#51DD61
(81,221,97)
#66E074
(102,224,116)
#7BE387
(123,227,135)
#90E69A
(144,230,154)
#A5E9AD
(165,233,173)
#BAECC0
(186,236,192)
#CFEFD3
(207,239,211)
#E4F2E6
(228,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12D428 color. Also use rgb(18,212,40) instead hex code.

Text Font Color

.myTextColor { color: #12D428; }

<p style="color:#12D428">This sample text font color is #12D428.</p>

This text font color is #12D428.

Background Color

.myBgColor { background-color: #12D428; }

<div style="background-color:#12D428">Inner text</div>

This div background color is #12D428.

Border color

.myBorderColor { border: 1px solid #12D428; }

<div style="border:3px solid #12D428">Div</div>

This div border color is #12D428.

Opacity

.myOpacity80 { color: #12D428; opacity: 0.8; }

<p style="color:#12D428;opacity:0.8;">80%</p>

Text with #12D428 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #12D428;}

<p style="text-shadow: 3px 3px 1px #12D428">Text here.</p>

This text has shadow with #12D428 color.


.textShadow {text-shadow: 3px 3px 1px #12D428', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #12D428, 5px 5px 20px red">Text here.</p>

This text has shadow with #12D428 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#12D428, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#12D428, Direction=45, Strength=4)">Text</p>

This text has shadow with #12D428 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #12D428;
-webkit-box-shadow: 1px 1px 3px 2px #12D428;
box-shadow: 1px 1px 3px 2px #12D428;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #12D428; -webkit-box-shadow: 1px 1px 3px 2px #12D428; box-shadow:1px 1px 3px 2px #12D428;">
Div content here
</div>

This div box has shadow with color #12D428.

Preview

Color preview on black background

This text has color #12D428 on black background.


Color preview on white background

This text has color #12D428 on white background.


Black color preview on #12D428 background

This text has black color on #12D428 background.


White color preview on #12D428 background

This text has white color on #12D428 background.


Related colors

Complementary color

Complementary color for #hex is #ED2BD7.


I love getcolorcode.com

Triadic colors

1 #2812D4 and #D42812 with #12D428 are triadic colors.

2 #28D412 and #D41228 with #12D428 are triadic colors.