Shades of Eucalyptus #1FAC5A
Tints of Eucalyptus #1FAC5A
RGB
CMYK
RGB Variations
Color information
#1FAC5A (or 0x1FAC5A) is known color: Eucalyptus. HEX triplet: 1F, AC and 5A. RGB value is (31,172,90). Sum of RGB (Red+Green+Blue) = 31+172+90=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC5A is #E053A5. Grayscale: #787878. Windows color (decimal): -14701478 or 5942303. OLE color: 5942303.
HSL color Cylindrical-coordinate representation of color #1FAC5A: hue angle of 145.11º 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 #1FAC5A is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 90 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.33 |
| HSL | 145.11º | 0.69% | 0.4% | - |
| HSV(B) | 145.11º | 0.82% | 0.67% | - |
| XYZ | 17.16 | 30.53 | 14.66 | - |
| YUV | 120.49 | 110.79 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 90 | 0.82 | 0 | 0.48 | 0.33 | 145.11 | 0.69 | 0.4 |
| Hex | 1F | AC | 5A | 52 | 0 | 30 | 21 | 91 | 45 | 28 |
| Octal | 37 | 254 | 132 | 122 | 0 | 60 | 41 | 221 | 105 | 50 |
| Binary | 11111 | 10101100 | 1011010 | 1010010 | 0 | 110000 | 100001 | 10010001 | 1000101 | 101000 |
Color Harmonies of #1FAC5A
Complementary color
Monochromatic Colors of #1FAC5A
Black with #1FAC5A
Text Example
Text Example
White with #1FAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC5A; }
p { color: rgb(31,172,90); }
H1.HeaderClassName
{
color: #1FAC5A;
}
.AnyTagClassName
{
color: #1FAC5A;
}
</style>
background-color css
<style>
a { background-color: #1FAC5A; }
a { background-color: rgb(31,172,90); }
div.DivClassName
{
background-color: #1FAC5A;
}
.BgClassName
{
background-color: #1FAC5A;
}
</style>
border-color css
<style>
span { border-color: #1FAC5A; }
span { border-color: rgb(31,172,90); }
td.TdClassName
{
border-color: #1FAC5A;
}
.TagClassName
{
border-color: #1FAC5A;
}
</style>