Html Css Color HEX #12AC20 Forest Green

📋 copy color: '#12AC20'

red 18 ◦ green 172 ◦ blue 32

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

Shades of Forest Green #12AC20

Tints of Forest Green #12AC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 77.48%

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

R = 8.11%
G = 77.48%
B = 14.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#12AC20 (or 0x12AC20) is known color: Forest Green. HEX triplet: 12, AC and 20. RGB value is (18,172,32). Sum of RGB (Red+Green+Blue) = 18+172+32=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 172 (67.58% from 255 or 77.48% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AC20 is #ED53DF. Grayscale: #6E6E6E. Windows color (decimal): -15553504 or 2141202. OLE color: 2141202.

HSL color Cylindrical-coordinate representation of color #12AC20: hue angle of 125.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AC20 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 172 32 -
CMYK 0.90 0 0.81 0.33
HSL 125.45º 0.81% 0.37% -
HSV(B) 125.45º 0.9% 0.67% -
XYZ 15.26 29.74 6.3 -
YUV 109.99 83.98 62.38 -
System Red Green Blue C M Y K H S L
Decimal 18 172 32 0.90 0 0.81 0.33 125.45 0.81 0.37
Hex 12 AC 20 5A 0 51 21 7D 51 25
Octal 22 254 40 132 0 121 41 175 121 45
Binary 10010 10101100 100000 1011010 0 1010001 100001 1111101 1010001 100101

Color Harmonies of #12AC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC20

Black with #12AC20

Text Example


Text Example

White with #12AC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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