Shades of Elf Green #1F9878
Tints of Elf Green #1F9878
RGB
CMYK
RGB Variations
Color information
#1F9878 (or 0x1F9878) is known color: Elf Green. HEX triplet: 1F, 98 and 78. RGB value is (31,152,120). Sum of RGB (Red+Green+Blue) = 31+152+120=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #1F9878 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F9878 is #E06787. Grayscale: #707070. Windows color (decimal): -14706568 or 7903263. OLE color: 7903263.
HSL color Cylindrical-coordinate representation of color #1F9878: hue angle of 164.13º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F9878 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 152 | 120 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.40 |
| HSL | 164.13º | 0.66% | 0.36% | - |
| HSV(B) | 164.13º | 0.8% | 0.6% | - |
| XYZ | 15.18 | 24.1 | 21.62 | - |
| YUV | 112.17 | 132.41 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 152 | 120 | 0.80 | 0 | 0.21 | 0.40 | 164.13 | 0.66 | 0.36 |
| Hex | 1F | 98 | 78 | 50 | 0 | 15 | 28 | A4 | 42 | 24 |
| Octal | 37 | 230 | 170 | 120 | 0 | 25 | 50 | 244 | 102 | 44 |
| Binary | 11111 | 10011000 | 1111000 | 1010000 | 0 | 10101 | 101000 | 10100100 | 1000010 | 100100 |
Color Harmonies of #1F9878
Complementary color
Monochromatic Colors of #1F9878
Black with #1F9878
Text Example
Text Example
White with #1F9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9878; }
p { color: rgb(31,152,120); }
H1.HeaderClassName
{
color: #1F9878;
}
.AnyTagClassName
{
color: #1F9878;
}
</style>
background-color css
<style>
a { background-color: #1F9878; }
a { background-color: rgb(31,152,120); }
div.DivClassName
{
background-color: #1F9878;
}
.BgClassName
{
background-color: #1F9878;
}
</style>
border-color css
<style>
span { border-color: #1F9878; }
span { border-color: rgb(31,152,120); }
td.TdClassName
{
border-color: #1F9878;
}
.TagClassName
{
border-color: #1F9878;
}
</style>