Shades of Persian Green #0D9898
Tints of Persian Green #0D9898
RGB
CMYK
RGB Variations
Color information
#0D9898 (or 0x0D9898) is known color: Persian Green. HEX triplet: 0D, 98 and 98. RGB value is (13,152,152). Sum of RGB (Red+Green+Blue) = 13+152+152=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #0D9898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9898 is #F26767. Grayscale: #6E6E6E. Windows color (decimal): -15886184 or 10000397. OLE color: 10000397.
HSL color Cylindrical-coordinate representation of color #0D9898: hue angle of 180º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9898 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 152 | 152 | - |
| CMYK | 0.91 | 0 | 0 | 0.40 |
| HSL | 180º | 0.84% | 0.32% | - |
| HSV(B) | 180º | 0.91% | 0.6% | - |
| XYZ | 17.06 | 24.81 | 33.6 | - |
| YUV | 110.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 152 | 0.91 | 0 | 0 | 0.40 | 180 | 0.84 | 0.32 |
| Hex | D | 98 | 98 | 5B | 0 | 0 | 28 | B4 | 54 | 20 |
| Octal | 15 | 230 | 230 | 133 | 0 | 0 | 50 | 264 | 124 | 40 |
| Binary | 1101 | 10011000 | 10011000 | 1011011 | 0 | 0 | 101000 | 10110100 | 1010100 | 100000 |
Color Harmonies of #0D9898
Complementary color
Monochromatic Colors of #0D9898
Black with #0D9898
Text Example
Text Example
White with #0D9898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9898; }
p { color: rgb(13,152,152); }
H1.HeaderClassName
{
color: #0D9898;
}
.AnyTagClassName
{
color: #0D9898;
}
</style>
background-color css
<style>
a { background-color: #0D9898; }
a { background-color: rgb(13,152,152); }
div.DivClassName
{
background-color: #0D9898;
}
.BgClassName
{
background-color: #0D9898;
}
</style>
border-color css
<style>
span { border-color: #0D9898; }
span { border-color: rgb(13,152,152); }
td.TdClassName
{
border-color: #0D9898;
}
.TagClassName
{
border-color: #0D9898;
}
</style>