#1FAE12

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

Shades of Forest Green #1FAE12

Tints of Forest Green #1FAE12

Color information

#1FAE12 (or 0x1FAE12) is unknown color: approx Forest Green. HEX triplet: 1F, AE and 12. RGB value is (31,174,18). Sum of RGB (Red+Green+Blue) = 31+174+18=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 174 (68.36% from 255 or 78.03% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1FAE12 is #E051ED. Grayscale: #717171. Windows color (decimal): -14701038 or 1224223. OLE color: 1224223.

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

Color convert

RGB3117418-
CMYK0.8200.900.32
HSL115º81.25%37.65%-
HSV(B)115º89.66%68.24%-
XYZ15.8130.615.65-
YUV113.4674.1269.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 174 (68.36% from 255) = 78.03%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=13.90%
G=78.03%
B=8.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31174180.8200.900.3211581.2537.65
Hex1FAE125205A20735126
Octal372562212201324016312146
Binary11111101011101001010100100101101010000011100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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