Shades of Eucalyptus #1FA54F
Tints of Eucalyptus #1FA54F
RGB
CMYK
RGB Variations
Color information
#1FA54F (or 0x1FA54F) is known color: Eucalyptus. HEX triplet: 1F, A5 and 4F. RGB value is (31,165,79). Sum of RGB (Red+Green+Blue) = 31+165+79=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 165 (64.84% from 255 or 60% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA54F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA54F is #E05AB0. Grayscale: #737373. Windows color (decimal): -14703281 or 5219615. OLE color: 5219615.
HSL color Cylindrical-coordinate representation of color #1FA54F: hue angle of 141.49º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA54F is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 79 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.35 |
| HSL | 141.49º | 0.68% | 0.38% | - |
| HSV(B) | 141.49º | 0.81% | 0.65% | - |
| XYZ | 15.43 | 27.77 | 11.94 | - |
| YUV | 115.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 79 | 0.81 | 0 | 0.52 | 0.35 | 141.49 | 0.68 | 0.38 |
| Hex | 1F | A5 | 4F | 51 | 0 | 34 | 23 | 8D | 44 | 26 |
| Octal | 37 | 245 | 117 | 121 | 0 | 64 | 43 | 215 | 104 | 46 |
| Binary | 11111 | 10100101 | 1001111 | 1010001 | 0 | 110100 | 100011 | 10001101 | 1000100 | 100110 |
Color Harmonies of #1FA54F
Complementary color
Monochromatic Colors of #1FA54F
Black with #1FA54F
Text Example
Text Example
White with #1FA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA54F; }
p { color: rgb(31,165,79); }
H1.HeaderClassName
{
color: #1FA54F;
}
.AnyTagClassName
{
color: #1FA54F;
}
</style>
background-color css
<style>
a { background-color: #1FA54F; }
a { background-color: rgb(31,165,79); }
div.DivClassName
{
background-color: #1FA54F;
}
.BgClassName
{
background-color: #1FA54F;
}
</style>
border-color css
<style>
span { border-color: #1FA54F; }
span { border-color: rgb(31,165,79); }
td.TdClassName
{
border-color: #1FA54F;
}
.TagClassName
{
border-color: #1FA54F;
}
</style>