#12AA1F

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

Shades of Forest Green #12AA1F

Tints of Forest Green #12AA1F

Color information

#12AA1F (or 0x12AA1F) is unknown color: approx Forest Green. HEX triplet: 12, AA and 1F. RGB value is (18,170,31). Sum of RGB (Red+Green+Blue) = 18+170+31=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 170 (66.80% from 255 or 77.63% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA1F is #ED55E0. Grayscale: #6D6D6D. Windows color (decimal): -15554017 or 2075154. OLE color: 2075154.

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

Color convert

RGB1817031-
CMYK0.8900.820.33
HSL125.13º80.85%36.86%-
HSV(B)125.13º89.41%66.67%-
XYZ14.8728.986.11-
YUV108.7184.1463.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 170 (66.80% from 255) = 77.63%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=8.22%
G=77.63%
B=14.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18170310.8900.820.33125.1380.8536.86
Hex12AA1F59052217d5125
Octal222523713101224117512145
Binary10010101010101111110110010101001010000111111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,170,31); }

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

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

 a { background-color: rgb(18,170,31); }

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

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

 span { border-color: rgb(18,170,31); }

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