Html Css Color HEX #12A120 Forest Green

📋 copy color: '#12A120'

red 18 ◦ green 161 ◦ blue 32

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

Shades of Forest Green #12A120

Tints of Forest Green #12A120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 8.53%
G = 76.3%
B = 15.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#12A120 (or 0x12A120) is known color: Forest Green. HEX triplet: 12, A1 and 20. RGB value is (18,161,32). Sum of RGB (Red+Green+Blue) = 18+161+32=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 161 (63.28% from 255 or 76.30% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 161 - color contains mainly: green. Hex color #12A120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A120 is #ED5EDF. Grayscale: #676767. Windows color (decimal): -15556320 or 2138386. OLE color: 2138386.

HSL color Cylindrical-coordinate representation of color #12A120: hue angle of 125.87º 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 #12A120 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 161 32 -
CMYK 0.89 0 0.80 0.37
HSL 125.87º 0.8% 0.35% -
HSV(B) 125.87º 0.89% 0.63% -
XYZ 13.26 25.72 5.63 -
YUV 103.54 87.62 66.99 -
System Red Green Blue C M Y K H S L
Decimal 18 161 32 0.89 0 0.80 0.37 125.87 0.8 0.35
Hex 12 A1 20 59 0 50 25 7E 50 23
Octal 22 241 40 131 0 120 45 176 120 43
Binary 10010 10100001 100000 1011001 0 1010000 100101 1111110 1010000 100011

Color Harmonies of #12A120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A120

Black with #12A120

Text Example


Text Example

White with #12A120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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