#12A619

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

Shades of Forest Green #12A619

Tints of Forest Green #12A619

Color information

#12A619 (or 0x12A619) is unknown color: approx Forest Green. HEX triplet: 12, A6 and 19. RGB value is (18,166,25). Sum of RGB (Red+Green+Blue) = 18+166+25=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 166 (65.23% from 255 or 79.43% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 166 - color contains mainly: green. Hex color #12A619 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12A619 is #ED59E6. Grayscale: #6A6A6A. Windows color (decimal): -15555047 or 1680914. OLE color: 1680914.

HSL color Cylindrical-coordinate representation of color #12A619: hue angle of 122.84º 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 #12A619 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1816625-
CMYK0.8900.850.35
HSL122.84º80.43%36.08%-
HSV(B)122.84º89.16%65.1%-
XYZ14.0627.475.48-
YUV105.6782.4765.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 166 (65.23% from 255) = 79.43%
BLUE value IS 25 (10.16% from 255) = 11.96%
R=8.61%
G=79.43%
B=11.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18166250.8900.850.35122.8480.4336.08
Hex12A61959055237b5024
Octal222463113101254317312044
Binary10010101001101100110110010101010110001111110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,166,25); }

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

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

 a { background-color: rgb(18,166,25); }

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

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

 span { border-color: rgb(18,166,25); }

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