Shades of Elf Green #1F906C
Tints of Elf Green #1F906C
RGB
CMYK
RGB Variations
Color information
#1F906C (or 0x1F906C) is known color: Elf Green. HEX triplet: 1F, 90 and 6C. RGB value is (31,144,108). Sum of RGB (Red+Green+Blue) = 31+144+108=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #1F906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F906C is #E06F93. Grayscale: #6A6A6A. Windows color (decimal): -14708628 or 7114783. OLE color: 7114783.
HSL color Cylindrical-coordinate representation of color #1F906C: hue angle of 160.88º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F906C is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 31 | 144 | 108 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.44 |
| HSL | 160.89º | 0.65% | 0.34% | - |
| HSV(B) | 160.89º | 0.78% | 0.56% | - |
| XYZ | 13.25 | 21.32 | 17.6 | - |
| YUV | 106.11 | 129.06 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 144 | 108 | 0.78 | 0 | 0.25 | 0.44 | 160.89 | 0.65 | 0.34 |
| Hex | 1F | 90 | 6C | 4E | 0 | 19 | 2C | A1 | 41 | 22 |
| Octal | 37 | 220 | 154 | 116 | 0 | 31 | 54 | 241 | 101 | 42 |
| Binary | 11111 | 10010000 | 1101100 | 1001110 | 0 | 11001 | 101100 | 10100001 | 1000001 | 100010 |
Color Harmonies of #1F906C
Complementary color
Monochromatic Colors of #1F906C
Black with #1F906C
Text Example
Text Example
White with #1F906C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F906C; }
p { color: rgb(31,144,108); }
H1.HeaderClassName
{
color: #1F906C;
}
.AnyTagClassName
{
color: #1F906C;
}
</style>
background-color css
<style>
a { background-color: #1F906C; }
a { background-color: rgb(31,144,108); }
div.DivClassName
{
background-color: #1F906C;
}
.BgClassName
{
background-color: #1F906C;
}
</style>
border-color css
<style>
span { border-color: #1F906C; }
span { border-color: rgb(31,144,108); }
td.TdClassName
{
border-color: #1F906C;
}
.TagClassName
{
border-color: #1F906C;
}
</style>