#12AB1F

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

Shades of Forest Green #12AB1F

Tints of Forest Green #12AB1F

Color information

#12AB1F (or 0x12AB1F) is unknown color: approx Forest Green. HEX triplet: 12, AB and 1F. RGB value is (18,171,31). Sum of RGB (Red+Green+Blue) = 18+171+31=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 171 (67.19% from 255 or 77.73% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB1F is #ED54E0. Grayscale: #6D6D6D. Windows color (decimal): -15553761 or 2075410. OLE color: 2075410.

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

Color convert

RGB1817131-
CMYK0.8900.820.33
HSL125.1º80.95%37.06%-
HSV(B)125.1º89.47%67.06%-
XYZ15.0629.356.17-
YUV109.2983.8162.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 171 (67.19% from 255) = 77.73%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=8.18%
G=77.73%
B=14.09%

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
Decimal18171310.8900.820.33125.180.9537.06
Hex12AB1F59052217d5125
Octal222533713101224117512145
Binary10010101010111111110110010101001010000111111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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