#12A217

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

Shades of Forest Green #12A217

Tints of Forest Green #12A217

Color information

#12A217 (or 0x12A217) is unknown color: approx Forest Green. HEX triplet: 12, A2 and 17. RGB value is (18,162,23). Sum of RGB (Red+Green+Blue) = 18+162+23=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #12A217 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A217 is #ED5DE8. Grayscale: #676767. Windows color (decimal): -15556073 or 1548818. OLE color: 1548818.

HSL color Cylindrical-coordinate representation of color #12A217: hue angle of 122.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A217 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB1816223-
CMYK0.8900.860.36
HSL122.08º80%35.29%-
HSV(B)122.08º88.89%63.53%-
XYZ13.3226.035.13-
YUV103.182.7967.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.87%
GREEN value IS 162 (63.67% from 255) = 79.80%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=8.87%
G=79.80%
B=11.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18162230.8900.860.36122.088035.29
Hex12A21759056247a5023
Octal222422713101264417212043
Binary10010101000101011110110010101011010010011110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,162,23); }

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

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

 a { background-color: rgb(18,162,23); }

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

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

 span { border-color: rgb(18,162,23); }

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