#1FAE5C

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

Shades of Eucalyptus #1FAE5C

Tints of Eucalyptus #1FAE5C

Color information

#1FAE5C (or 0x1FAE5C) is unknown color: approx Eucalyptus. HEX triplet: 1F, AE and 5C. RGB value is (31,174,92). Sum of RGB (Red+Green+Blue) = 31+174+92=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 174 (68.36% from 255 or 58.59% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAE5C is #E051A3. Grayscale: #7A7A7A. Windows color (decimal): -14700964 or 6073887. OLE color: 6073887.

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

Color convert

RGB3117492-
CMYK0.8200.470.32
HSL145.59º69.76%40.2%-
HSV(B)145.59º82.18%68.24%-
XYZ17.6331.3415.24-
YUV121.9111.1263.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 174 (68.36% from 255) = 58.59%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=10.44%
G=58.59%
B=30.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31174920.8200.470.32145.5969.7640.2
Hex1FAE5C5202F20924628
Octal372561341220574022210650
Binary1111110101110101110010100100101111100000100100101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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