#1FAC5E

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

Shades of Eucalyptus #1FAC5E

Tints of Eucalyptus #1FAC5E

Color information

#1FAC5E (or 0x1FAC5E) is unknown color: approx Eucalyptus. HEX triplet: 1F, AC and 5E. RGB value is (31,172,94). Sum of RGB (Red+Green+Blue) = 31+172+94=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC5E is #E053A1. Grayscale: #797979. Windows color (decimal): -14701474 or 6204447. OLE color: 6204447.

HSL color Cylindrical-coordinate representation of color #1FAC5E: hue angle of 146.81º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC5E is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB3117294-
CMYK0.8200.450.33
HSL146.81º69.46%39.8%-
HSV(B)146.81º81.98%67.45%-
XYZ17.3430.615.58-
YUV120.95112.7963.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 172 (67.58% from 255) = 57.91%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=10.44%
G=57.91%
B=31.65%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31172940.8200.450.33146.8169.4639.8
Hex1FAC5E5202D21934528
Octal372541361220554122310550
Binary1111110101100101111010100100101101100001100100111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FAC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,172,94); }

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

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

 a { background-color: rgb(31,172,94); }

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

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

 span { border-color: rgb(31,172,94); }

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