Shades of Eucalyptus #1FA96B
Tints of Eucalyptus #1FA96B
RGB
CMYK
RGB Variations
Color information
#1FA96B (or 0x1FA96B) is known color: Eucalyptus. HEX triplet: 1F, A9 and 6B. RGB value is (31,169,107). Sum of RGB (Red+Green+Blue) = 31+169+107=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA96B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA96B is #E05694. Grayscale: #787878. Windows color (decimal): -14702229 or 7055647. OLE color: 7055647.
HSL color Cylindrical-coordinate representation of color #1FA96B: hue angle of 153.04º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA96B is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 169 | 107 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.34 |
| HSL | 153.04º | 0.69% | 0.39% | - |
| HSV(B) | 153.04º | 0.82% | 0.66% | - |
| XYZ | 17.41 | 29.73 | 18.73 | - |
| YUV | 120.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 107 | 0.82 | 0 | 0.37 | 0.34 | 153.04 | 0.69 | 0.39 |
| Hex | 1F | A9 | 6B | 52 | 0 | 25 | 22 | 99 | 45 | 27 |
| Octal | 37 | 251 | 153 | 122 | 0 | 45 | 42 | 231 | 105 | 47 |
| Binary | 11111 | 10101001 | 1101011 | 1010010 | 0 | 100101 | 100010 | 10011001 | 1000101 | 100111 |
Color Harmonies of #1FA96B
Complementary color
Monochromatic Colors of #1FA96B
Black with #1FA96B
Text Example
Text Example
White with #1FA96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA96B; }
p { color: rgb(31,169,107); }
H1.HeaderClassName
{
color: #1FA96B;
}
.AnyTagClassName
{
color: #1FA96B;
}
</style>
background-color css
<style>
a { background-color: #1FA96B; }
a { background-color: rgb(31,169,107); }
div.DivClassName
{
background-color: #1FA96B;
}
.BgClassName
{
background-color: #1FA96B;
}
</style>
border-color css
<style>
span { border-color: #1FA96B; }
span { border-color: rgb(31,169,107); }
td.TdClassName
{
border-color: #1FA96B;
}
.TagClassName
{
border-color: #1FA96B;
}
</style>