#12AB25

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

Shades of Forest Green #12AB25

Tints of Forest Green #12AB25

Color information

#12AB25 (or 0x12AB25) is unknown color: approx Forest Green. HEX triplet: 12, AB and 25. RGB value is (18,171,37). Sum of RGB (Red+Green+Blue) = 18+171+37=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 171 (67.19% from 255 or 75.66% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB25 is #ED54DA. Grayscale: #6E6E6E. Windows color (decimal): -15553755 or 2468626. OLE color: 2468626.

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

Color convert

RGB1817137-
CMYK0.8900.780.33
HSL127.45º80.95%37.06%-
HSV(B)127.45º89.47%67.06%-
XYZ15.1529.396.62-
YUV109.9886.8162.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 171 (67.19% from 255) = 75.66%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=7.96%
G=75.66%
B=16.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18171370.8900.780.33127.4580.9537.06
Hex12AB255904E217f5125
Octal222534513101164117712145
Binary100101010101110010110110010100111010000111111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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