#12AC21

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

Shades of Forest Green #12AC21

Tints of Forest Green #12AC21

Color information

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

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

Color convert

RGB1817233-
CMYK0.9000.810.33
HSL125.84º81.05%37.25%-
HSV(B)125.84º89.53%67.45%-
XYZ15.2829.746.37-
YUV110.1184.4862.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18172330.9000.810.33125.8481.0537.25
Hex12AC215A051217e5125
Octal222544113201214117612145
Binary100101010110010000110110100101000110000111111101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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