Html Css Color HEX #12AB20 Forest Green

📋 copy color: '#12AB20'

red 18 ◦ green 171 ◦ blue 32

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

Shades of Forest Green #12AB20

Tints of Forest Green #12AB20

RGB

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

 GREEN value IS 171 (67.19% from 255) = 77.38%

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

R = 8.14%
G = 77.38%
B = 14.48%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#12AB20 (or 0x12AB20) is known color: Forest Green. HEX triplet: 12, AB and 20. RGB value is (18,171,32). Sum of RGB (Red+Green+Blue) = 18+171+32=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 171 (67.19% from 255 or 77.38% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB20 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB20 is #ED54DF. Grayscale: #6D6D6D. Windows color (decimal): -15553760 or 2140946. OLE color: 2140946.

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

Color convert

RGB 18 171 32 -
CMYK 0.89 0 0.81 0.33
HSL 125.49º 0.81% 0.37% -
HSV(B) 125.49º 0.89% 0.67% -
XYZ 15.07 29.36 6.24 -
YUV 109.41 84.31 62.8 -
System Red Green Blue C M Y K H S L
Decimal 18 171 32 0.89 0 0.81 0.33 125.49 0.81 0.37
Hex 12 AB 20 59 0 51 21 7D 51 25
Octal 22 253 40 131 0 121 41 175 121 45
Binary 10010 10101011 100000 1011001 0 1010001 100001 1111101 1010001 100101

Color Harmonies of #12AB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB20

Black with #12AB20

Text Example


Text Example

White with #12AB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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