#12A91C

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

Shades of Forest Green #12A91C

Tints of Forest Green #12A91C

Color information

#12A91C (or 0x12A91C) is unknown color: approx Forest Green. HEX triplet: 12, A9 and 1C. RGB value is (18,169,28). Sum of RGB (Red+Green+Blue) = 18+169+28=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 169 (66.41% from 255 or 78.60% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 169 - color contains mainly: green. Hex color #12A91C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A91C is #ED56E3. Grayscale: #6C6C6C. Windows color (decimal): -15554276 or 1878290. OLE color: 1878290.

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

Color convert

RGB1816928-
CMYK0.8900.830.34
HSL123.97º80.75%36.67%-
HSV(B)123.97º89.35%66.27%-
XYZ14.6528.595.84-
YUV107.7882.9763.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.37%
GREEN value IS 169 (66.41% from 255) = 78.60%
BLUE value IS 28 (11.33% from 255) = 13.02%
R=8.37%
G=78.60%
B=13.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18169280.8900.830.34123.9780.7536.67
Hex12A91C59053227c5125
Octal222513413101234217412145
Binary10010101010011110010110010101001110001011111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A91C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,169,28); }

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

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

 a { background-color: rgb(18,169,28); }

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

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

 span { border-color: rgb(18,169,28); }

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