Shades of Eucalyptus #1FAE67
Tints of Eucalyptus #1FAE67
RGB
CMYK
RGB Variations
Color information
#1FAE67 (or 0x1FAE67) is known color: Eucalyptus. HEX triplet: 1F, AE and 67. RGB value is (31,174,103). Sum of RGB (Red+Green+Blue) = 31+174+103=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAE67 is #E05198. Grayscale: #7B7B7B. Windows color (decimal): -14700953 or 6794783. OLE color: 6794783.
HSL color Cylindrical-coordinate representation of color #1FAE67: hue angle of 150.21º 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 #1FAE67 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 174 | 103 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.32 |
| HSL | 150.21º | 0.7% | 0.4% | - |
| HSV(B) | 150.21º | 0.82% | 0.68% | - |
| XYZ | 18.15 | 31.54 | 17.96 | - |
| YUV | 123.15 | 116.62 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 103 | 0.82 | 0 | 0.41 | 0.32 | 150.21 | 0.7 | 0.4 |
| Hex | 1F | AE | 67 | 52 | 0 | 29 | 20 | 96 | 46 | 28 |
| Octal | 37 | 256 | 147 | 122 | 0 | 51 | 40 | 226 | 106 | 50 |
| Binary | 11111 | 10101110 | 1100111 | 1010010 | 0 | 101001 | 100000 | 10010110 | 1000110 | 101000 |
Color Harmonies of #1FAE67
Complementary color
Monochromatic Colors of #1FAE67
Black with #1FAE67
Text Example
Text Example
White with #1FAE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAE67; }
p { color: rgb(31,174,103); }
H1.HeaderClassName
{
color: #1FAE67;
}
.AnyTagClassName
{
color: #1FAE67;
}
</style>
background-color css
<style>
a { background-color: #1FAE67; }
a { background-color: rgb(31,174,103); }
div.DivClassName
{
background-color: #1FAE67;
}
.BgClassName
{
background-color: #1FAE67;
}
</style>
border-color css
<style>
span { border-color: #1FAE67; }
span { border-color: rgb(31,174,103); }
td.TdClassName
{
border-color: #1FAE67;
}
.TagClassName
{
border-color: #1FAE67;
}
</style>