Shades of Persian Green #0D9995
Tints of Persian Green #0D9995
RGB
CMYK
RGB Variations
Color information
#0D9995 (or 0x0D9995) is known color: Persian Green. HEX triplet: 0D, 99 and 95. RGB value is (13,153,149). Sum of RGB (Red+Green+Blue) = 13+153+149=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9995 is #F2666A. Grayscale: #6E6E6E. Windows color (decimal): -15885931 or 9804045. OLE color: 9804045.
HSL color Cylindrical-coordinate representation of color #0D9995: hue angle of 178.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9995 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 153 | 149 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.4 |
| HSL | 178.29º | 0.84% | 0.33% | - |
| HSV(B) | 178.29º | 0.92% | 0.6% | - |
| XYZ | 16.98 | 25.04 | 32.37 | - |
| YUV | 110.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 149 | 0.92 | 0 | 0.03 | 0.4 | 178.29 | 0.84 | 0.33 |
| Hex | D | 99 | 95 | 5C | 0 | 3 | 28 | B2 | 54 | 21 |
| Octal | 15 | 231 | 225 | 134 | 0 | 3 | 50 | 262 | 124 | 41 |
| Binary | 1101 | 10011001 | 10010101 | 1011100 | 0 | 11 | 101000 | 10110010 | 1010100 | 100001 |
Color Harmonies of #0D9995
Complementary color
Monochromatic Colors of #0D9995
Black with #0D9995
Text Example
Text Example
White with #0D9995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9995; }
p { color: rgb(13,153,149); }
H1.HeaderClassName
{
color: #0D9995;
}
.AnyTagClassName
{
color: #0D9995;
}
</style>
background-color css
<style>
a { background-color: #0D9995; }
a { background-color: rgb(13,153,149); }
div.DivClassName
{
background-color: #0D9995;
}
.BgClassName
{
background-color: #0D9995;
}
</style>
border-color css
<style>
span { border-color: #0D9995; }
span { border-color: rgb(13,153,149); }
td.TdClassName
{
border-color: #0D9995;
}
.TagClassName
{
border-color: #0D9995;
}
</style>