#12A51A

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

Shades of Forest Green #12A51A

Tints of Forest Green #12A51A

Color information

#12A51A (or 0x12A51A) is unknown color: approx Forest Green. HEX triplet: 12, A5 and 1A. RGB value is (18,165,26). Sum of RGB (Red+Green+Blue) = 18+165+26=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 165 (64.84% from 255 or 78.95% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 165 - color contains mainly: green. Hex color #12A51A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A51A is #ED5AE5. Grayscale: #696969. Windows color (decimal): -15555302 or 1746194. OLE color: 1746194.

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

Color convert

RGB1816526-
CMYK0.8900.840.35
HSL123.27º80.33%35.88%-
HSV(B)123.27º89.09%64.71%-
XYZ13.8927.115.48-
YUV105.283.365.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 165 (64.84% from 255) = 78.95%
BLUE value IS 26 (10.55% from 255) = 12.44%
R=8.61%
G=78.95%
B=12.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18165260.8900.840.35123.2780.3335.88
Hex12A51A59054237b5024
Octal222453213101244317312044
Binary10010101001011101010110010101010010001111110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,26); }

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

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

 a { background-color: rgb(18,165,26); }

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

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

 span { border-color: rgb(18,165,26); }

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