#1FAE18

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

Shades of Forest Green #1FAE18

Tints of Forest Green #1FAE18

Color information

#1FAE18 (or 0x1FAE18) is unknown color: approx Forest Green. HEX triplet: 1F, AE and 18. RGB value is (31,174,24). Sum of RGB (Red+Green+Blue) = 31+174+24=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 174 (68.36% from 255 or 75.98% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAE18 is #E051E7. Grayscale: #727272. Windows color (decimal): -14701032 or 1617439. OLE color: 1617439.

HSL color Cylindrical-coordinate representation of color #1FAE18: hue angle of 117.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FAE18 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB3117424-
CMYK0.8200.860.32
HSL117.2º75.76%38.82%-
HSV(B)117.2º86.21%68.24%-
XYZ15.8730.635.94-
YUV114.1477.1268.7-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 174 (68.36% from 255) = 75.98%
BLUE value IS 24 (9.77% from 255) = 10.48%
R=13.54%
G=75.98%
B=10.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31174240.8200.860.32117.275.7638.82
Hex1FAE185205620754c27
Octal372563012201264016511447
Binary11111101011101100010100100101011010000011101011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FAE18; }

 p { color: rgb(31,174,24); }

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

<style>
 a { background-color: #1FAE18; }

 a { background-color: rgb(31,174,24); }

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

<style>
 span { border-color: #1FAE18; }

 span { border-color: rgb(31,174,24); }

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