#21AC12

Color #21AC12 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #21AC12

Tints of Forest Green #21AC12

Color information

#21AC12 (or 0x21AC12) is unknown color: approx Forest Green. HEX triplet: 21, AC and 12. RGB value is (33,172,18). Sum of RGB (Red+Green+Blue) = 33+172+18=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 172 (67.58% from 255 or 77.13% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 172 - color contains mainly: green. Hex color #21AC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #21AC12 is #DE53ED. Grayscale: #717171. Windows color (decimal): -14570478 or 1223713. OLE color: 1223713.

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

Color convert

RGB3317218-
CMYK0.8100.900.33
HSL114.16º81.05%37.25%-
HSV(B)114.16º89.53%67.45%-
XYZ15.4929.875.52-
YUV112.8874.4571.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.80%
GREEN value IS 172 (67.58% from 255) = 77.13%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=14.80%
G=77.13%
B=8.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal33172180.8100.900.33114.1681.0537.25
Hex21AC125105A21725125
Octal412542212101324116212145
Binary100001101011001001010100010101101010000111100101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21AC12;
 }
 .AnyTagClassName
 {
   color: #21AC12;
 }
</style>
background-color css

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

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

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

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

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

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