Html Css Color HEX #12A118 Forest Green

📋 copy color: '#12A118'

red 18 ◦ green 161 ◦ blue 24

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

Shades of Forest Green #12A118

Tints of Forest Green #12A118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 79.31%

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

R = 8.87%
G = 79.31%
B = 11.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.37

RGB Variations

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

Color information

#12A118 (or 0x12A118) is known color: Forest Green. HEX triplet: 12, A1 and 18. RGB value is (18,161,24). Sum of RGB (Red+Green+Blue) = 18+161+24=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 161 (63.28% from 255 or 79.31% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 161 - color contains mainly: green. Hex color #12A118 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A118 is #ED5EE7. Grayscale: #676767. Windows color (decimal): -15556328 or 1614098. OLE color: 1614098.

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

Color convert

RGB 18 161 24 -
CMYK 0.89 0 0.85 0.37
HSL 122.52º 0.8% 0.35% -
HSV(B) 122.52º 0.89% 0.63% -
XYZ 13.16 25.68 5.13 -
YUV 102.63 83.62 67.64 -
System Red Green Blue C M Y K H S L
Decimal 18 161 24 0.89 0 0.85 0.37 122.52 0.8 0.35
Hex 12 A1 18 59 0 55 25 7B 50 23
Octal 22 241 30 131 0 125 45 173 120 43
Binary 10010 10100001 11000 1011001 0 1010101 100101 1111011 1010000 100011

Color Harmonies of #12A118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A118

Black with #12A118

Text Example


Text Example

White with #12A118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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