Html Css Color HEX #12A418 Forest Green

📋 copy color: '#12A418'

red 18 ◦ green 164 ◦ blue 24

#12A418
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #12A418

Tints of Forest Green #12A418

RGB

 RED value IS 18 (7.42% from 255) = 8.74%

 GREEN value IS 164 (64.45% from 255) = 79.61%

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 8.74%
G = 79.61%
B = 11.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#12A418 (or 0x12A418) is known color: Forest Green. HEX triplet: 12, A4 and 18. RGB value is (18,164,24). Sum of RGB (Red+Green+Blue) = 18+164+24=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 164 (64.45% from 255 or 79.61% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 164 - color contains mainly: green. Hex color #12A418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A418 is #ED5BE7. Grayscale: #686868. Windows color (decimal): -15555560 or 1614866. OLE color: 1614866.

HSL color Cylindrical-coordinate representation of color #12A418: hue angle of 122.47º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A418 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 164 24 -
CMYK 0.89 0 0.85 0.36
HSL 122.47º 0.8% 0.36% -
HSV(B) 122.47º 0.89% 0.64% -
XYZ 13.69 26.75 5.31 -
YUV 104.39 82.63 66.38 -
System Red Green Blue C M Y K H S L
Decimal 18 164 24 0.89 0 0.85 0.36 122.47 0.8 0.36
Hex 12 A4 18 59 0 55 24 7A 50 24
Octal 22 244 30 131 0 125 44 172 120 44
Binary 10010 10100100 11000 1011001 0 1010101 100100 1111010 1010000 100100

Color Harmonies of #12A418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A418

Black with #12A418

Text Example


Text Example

White with #12A418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A418; }

 p { color: rgb(18,164,24); }

 H1.HeaderClassName
 {
   color: #12A418;
 }
 .AnyTagClassName
 {
   color: #12A418;
 }
</style>

background-color css

<style>
 a { background-color: #12A418; }

 a { background-color: rgb(18,164,24); }

 div.DivClassName
 {
   background-color: #12A418;
 }
 .BgClassName
 {
   background-color: #12A418;
 }
</style>

border-color css

<style>
 span { border-color: #12A418; }

 span { border-color: rgb(18,164,24); }

 td.TdClassName
 {
   border-color: #12A418;
 }
 .TagClassName
 {
   border-color: #12A418;
 }
</style>