#1FAE16

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

Shades of Forest Green #1FAE16

Tints of Forest Green #1FAE16

Color information

#1FAE16 (or 0x1FAE16) is unknown color: approx Forest Green. HEX triplet: 1F, AE and 16. RGB value is (31,174,22). Sum of RGB (Red+Green+Blue) = 31+174+22=227 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.66% from 227); Green value is 174 (68.36% from 255 or 76.65% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAE16 is #E051E9. Grayscale: #727272. Windows color (decimal): -14701034 or 1486367. OLE color: 1486367.

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

Color convert

RGB3117422-
CMYK0.8200.870.32
HSL116.45º77.55%38.43%-
HSV(B)116.45º87.36%68.24%-
XYZ15.8530.625.83-
YUV113.9276.1268.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.66%
GREEN value IS 174 (68.36% from 255) = 76.65%
BLUE value IS 22 (8.98% from 255) = 9.69%
R=13.66%
G=76.65%
B=9.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31174220.8200.870.32116.4577.5538.43
Hex1FAE165205720744e26
Octal372562612201274016411646
Binary11111101011101011010100100101011110000011101001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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