Shades of Elf Green #0D8F62
Tints of Elf Green #0D8F62
RGB
CMYK
RGB Variations
Color information
#0D8F62 (or 0x0D8F62) is known color: Elf Green. HEX triplet: 0D, 8F and 62. RGB value is (13,143,98). Sum of RGB (Red+Green+Blue) = 13+143+98=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 143 (56.25% from 255 or 56.30% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 143 - color contains mainly: green. Hex color #0D8F62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8F62 is #F2709D. Grayscale: #636363. Windows color (decimal): -15888542 or 6459149. OLE color: 6459149.
HSL color Cylindrical-coordinate representation of color #0D8F62: hue angle of 159.23º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8F62 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 143 | 98 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.44 |
| HSL | 159.23º | 0.83% | 0.31% | - |
| HSV(B) | 159.23º | 0.91% | 0.56% | - |
| XYZ | 12.19 | 20.61 | 14.89 | - |
| YUV | 99 | 127.43 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 143 | 98 | 0.91 | 0 | 0.31 | 0.44 | 159.23 | 0.83 | 0.31 |
| Hex | D | 8F | 62 | 5B | 0 | 1F | 2C | 9F | 53 | 1F |
| Octal | 15 | 217 | 142 | 133 | 0 | 37 | 54 | 237 | 123 | 37 |
| Binary | 1101 | 10001111 | 1100010 | 1011011 | 0 | 11111 | 101100 | 10011111 | 1010011 | 11111 |
Color Harmonies of #0D8F62
Complementary color
Monochromatic Colors of #0D8F62
Black with #0D8F62
Text Example
Text Example
White with #0D8F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8F62; }
p { color: rgb(13,143,98); }
H1.HeaderClassName
{
color: #0D8F62;
}
.AnyTagClassName
{
color: #0D8F62;
}
</style>
background-color css
<style>
a { background-color: #0D8F62; }
a { background-color: rgb(13,143,98); }
div.DivClassName
{
background-color: #0D8F62;
}
.BgClassName
{
background-color: #0D8F62;
}
</style>
border-color css
<style>
span { border-color: #0D8F62; }
span { border-color: rgb(13,143,98); }
td.TdClassName
{
border-color: #0D8F62;
}
.TagClassName
{
border-color: #0D8F62;
}
</style>