Html Css Color HEX #21AB12 Forest Green

📋 copy color: '#21AB12'

red 33 ◦ green 171 ◦ blue 18

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

Shades of Forest Green #21AB12

Tints of Forest Green #21AB12

RGB

 RED value IS 33 (13.28% from 255) = 14.86%

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

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

R = 14.86%
G = 77.03%
B = 8.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#21AB12 (or 0x21AB12) is known color: Forest Green. HEX triplet: 21, AB and 12. RGB value is (33,171,18). Sum of RGB (Red+Green+Blue) = 33+171+18=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 171 (67.19% from 255 or 77.03% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AB12 is #DE54ED. Grayscale: #707070. Windows color (decimal): -14570734 or 1223457. OLE color: 1223457.

HSL color Cylindrical-coordinate representation of color #21AB12: hue angle of 114.12º 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 #21AB12 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 33 171 18 -
CMYK 0.81 0 0.89 0.33
HSL 114.12º 0.81% 0.37% -
HSV(B) 114.12º 0.89% 0.67% -
XYZ 15.3 29.49 5.46 -
YUV 112.3 74.78 71.44 -
System Red Green Blue C M Y K H S L
Decimal 33 171 18 0.81 0 0.89 0.33 114.12 0.81 0.37
Hex 21 AB 12 51 0 59 21 72 51 25
Octal 41 253 22 121 0 131 41 162 121 45
Binary 100001 10101011 10010 1010001 0 1011001 100001 1110010 1010001 100101

Color Harmonies of #21AB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AB12

Black with #21AB12

Text Example


Text Example

White with #21AB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21AB12; }

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

 H1.HeaderClassName
 {
   color: #21AB12;
 }
 .AnyTagClassName
 {
   color: #21AB12;
 }
</style>

background-color css

<style>
 a { background-color: #21AB12; }

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

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

border-color css

<style>
 span { border-color: #21AB12; }

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

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