#12AB1E

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

Shades of Forest Green #12AB1E

Tints of Forest Green #12AB1E

Color information

#12AB1E (or 0x12AB1E) is unknown color: approx Forest Green. HEX triplet: 12, AB and 1E. RGB value is (18,171,30). Sum of RGB (Red+Green+Blue) = 18+171+30=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB1E is #ED54E1. Grayscale: #6D6D6D. Windows color (decimal): -15553762 or 2009874. OLE color: 2009874.

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

Color convert

RGB1817130-
CMYK0.8900.820.33
HSL124.71º80.95%37.06%-
HSV(B)124.71º89.47%67.06%-
XYZ15.0529.356.1-
YUV109.1883.3162.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.22%
GREEN value IS 171 (67.19% from 255) = 78.08%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=8.22%
G=78.08%
B=13.70%

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
Decimal18171300.8900.820.33124.7180.9537.06
Hex12AB1E59052217d5125
Octal222533613101224117512145
Binary10010101010111111010110010101001010000111111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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