Shades of Persian Green #0D9C98
Tints of Persian Green #0D9C98
RGB
CMYK
RGB Variations
Color information
#0D9C98 (or 0x0D9C98) is known color: Persian Green. HEX triplet: 0D, 9C and 98. RGB value is (13,156,152). Sum of RGB (Red+Green+Blue) = 13+156+152=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 156 (61.33% from 255 or 48.60% from 321); Blue value is 152 (59.77% from 255 or 47.35% from 321); Max value from RGB is 156 - color contains mainly: green. Hex color #0D9C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9C98 is #F26367. Grayscale: #707070. Windows color (decimal): -15885160 or 10001421. OLE color: 10001421.
HSL color Cylindrical-coordinate representation of color #0D9C98: hue angle of 178.32º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9C98 is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 156 | 152 | - |
| CMYK | 0.92 | 0 | 0.03 | 0.39 |
| HSL | 178.32º | 0.85% | 0.33% | - |
| HSV(B) | 178.32º | 0.92% | 0.61% | - |
| XYZ | 17.72 | 26.13 | 33.82 | - |
| YUV | 112.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 156 | 152 | 0.92 | 0 | 0.03 | 0.39 | 178.32 | 0.85 | 0.33 |
| Hex | D | 9C | 98 | 5C | 0 | 3 | 27 | B2 | 55 | 21 |
| Octal | 15 | 234 | 230 | 134 | 0 | 3 | 47 | 262 | 125 | 41 |
| Binary | 1101 | 10011100 | 10011000 | 1011100 | 0 | 11 | 100111 | 10110010 | 1010101 | 100001 |
Color Harmonies of #0D9C98
Complementary color
Monochromatic Colors of #0D9C98
Black with #0D9C98
Text Example
Text Example
White with #0D9C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9C98; }
p { color: rgb(13,156,152); }
H1.HeaderClassName
{
color: #0D9C98;
}
.AnyTagClassName
{
color: #0D9C98;
}
</style>
background-color css
<style>
a { background-color: #0D9C98; }
a { background-color: rgb(13,156,152); }
div.DivClassName
{
background-color: #0D9C98;
}
.BgClassName
{
background-color: #0D9C98;
}
</style>
border-color css
<style>
span { border-color: #0D9C98; }
span { border-color: rgb(13,156,152); }
td.TdClassName
{
border-color: #0D9C98;
}
.TagClassName
{
border-color: #0D9C98;
}
</style>