Shades of Elf Green #0D9367
Tints of Elf Green #0D9367
RGB
CMYK
RGB Variations
Color information
#0D9367 (or 0x0D9367) is known color: Elf Green. HEX triplet: 0D, 93 and 67. RGB value is (13,147,103). Sum of RGB (Red+Green+Blue) = 13+147+103=263 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.94% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9367 is #F26C98. Grayscale: #656565. Windows color (decimal): -15887513 or 6787853. OLE color: 6787853.
HSL color Cylindrical-coordinate representation of color #0D9367: hue angle of 160.3º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9367 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 103 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.42 |
| HSL | 160.3º | 0.84% | 0.31% | - |
| HSV(B) | 160.3º | 0.91% | 0.58% | - |
| XYZ | 13.05 | 21.93 | 16.38 | - |
| YUV | 101.92 | 128.61 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 103 | 0.91 | 0 | 0.30 | 0.42 | 160.3 | 0.84 | 0.31 |
| Hex | D | 93 | 67 | 5B | 0 | 1E | 2A | A0 | 54 | 1F |
| Octal | 15 | 223 | 147 | 133 | 0 | 36 | 52 | 240 | 124 | 37 |
| Binary | 1101 | 10010011 | 1100111 | 1011011 | 0 | 11110 | 101010 | 10100000 | 1010100 | 11111 |
Color Harmonies of #0D9367
Complementary color
Monochromatic Colors of #0D9367
Black with #0D9367
Text Example
Text Example
White with #0D9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9367; }
p { color: rgb(13,147,103); }
H1.HeaderClassName
{
color: #0D9367;
}
.AnyTagClassName
{
color: #0D9367;
}
</style>
background-color css
<style>
a { background-color: #0D9367; }
a { background-color: rgb(13,147,103); }
div.DivClassName
{
background-color: #0D9367;
}
.BgClassName
{
background-color: #0D9367;
}
</style>
border-color css
<style>
span { border-color: #0D9367; }
span { border-color: rgb(13,147,103); }
td.TdClassName
{
border-color: #0D9367;
}
.TagClassName
{
border-color: #0D9367;
}
</style>