Shades of Elf Green #0D9469
Tints of Elf Green #0D9469
RGB
CMYK
RGB Variations
Color information
#0D9469 (or 0x0D9469) is known color: Elf Green. HEX triplet: 0D, 94 and 69. RGB value is (13,148,105). Sum of RGB (Red+Green+Blue) = 13+148+105=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9469 is #F26B96. Grayscale: #666666. Windows color (decimal): -15887255 or 6919181. OLE color: 6919181.
HSL color Cylindrical-coordinate representation of color #0D9469: hue angle of 160.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9469 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 105 | - |
| CMYK | 0.91 | 0 | 0.29 | 0.42 |
| HSL | 160.89º | 0.84% | 0.32% | - |
| HSV(B) | 160.89º | 0.91% | 0.58% | - |
| XYZ | 13.31 | 22.29 | 16.96 | - |
| YUV | 102.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 105 | 0.91 | 0 | 0.29 | 0.42 | 160.89 | 0.84 | 0.32 |
| Hex | D | 94 | 69 | 5B | 0 | 1D | 2A | A1 | 54 | 20 |
| Octal | 15 | 224 | 151 | 133 | 0 | 35 | 52 | 241 | 124 | 40 |
| Binary | 1101 | 10010100 | 1101001 | 1011011 | 0 | 11101 | 101010 | 10100001 | 1010100 | 100000 |
Color Harmonies of #0D9469
Complementary color
Monochromatic Colors of #0D9469
Black with #0D9469
Text Example
Text Example
White with #0D9469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9469; }
p { color: rgb(13,148,105); }
H1.HeaderClassName
{
color: #0D9469;
}
.AnyTagClassName
{
color: #0D9469;
}
</style>
background-color css
<style>
a { background-color: #0D9469; }
a { background-color: rgb(13,148,105); }
div.DivClassName
{
background-color: #0D9469;
}
.BgClassName
{
background-color: #0D9469;
}
</style>
border-color css
<style>
span { border-color: #0D9469; }
span { border-color: rgb(13,148,105); }
td.TdClassName
{
border-color: #0D9469;
}
.TagClassName
{
border-color: #0D9469;
}
</style>