Shades of Persian Green #0D9D9D
Tints of Persian Green #0D9D9D
RGB
CMYK
RGB Variations
Color information
#0D9D9D (or 0x0D9D9D) is known color: Persian Green. HEX triplet: 0D, 9D and 9D. RGB value is (13,157,157). Sum of RGB (Red+Green+Blue) = 13+157+157=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 157 (61.72% from 255 or 48.01% from 327); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #0D9D9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D9D9D is #F26262. Grayscale: #717171. Windows color (decimal): -15884899 or 10329357. OLE color: 10329357.
HSL color Cylindrical-coordinate representation of color #0D9D9D: hue angle of 180º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D9D is Cyan = 0.92, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 157 | 157 | - |
| CMYK | 0.92 | 0 | 0 | 0.38 |
| HSL | 180º | 0.85% | 0.33% | - |
| HSV(B) | 180º | 0.92% | 0.62% | - |
| XYZ | 18.31 | 26.63 | 36.07 | - |
| YUV | 113.94 | 152.29 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 157 | 157 | 0.92 | 0 | 0 | 0.38 | 180 | 0.85 | 0.33 |
| Hex | D | 9D | 9D | 5C | 0 | 0 | 26 | B4 | 55 | 21 |
| Octal | 15 | 235 | 235 | 134 | 0 | 0 | 46 | 264 | 125 | 41 |
| Binary | 1101 | 10011101 | 10011101 | 1011100 | 0 | 0 | 100110 | 10110100 | 1010101 | 100001 |
Color Harmonies of #0D9D9D
Complementary color
Monochromatic Colors of #0D9D9D
Black with #0D9D9D
Text Example
Text Example
White with #0D9D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9D9D; }
p { color: rgb(13,157,157); }
H1.HeaderClassName
{
color: #0D9D9D;
}
.AnyTagClassName
{
color: #0D9D9D;
}
</style>
background-color css
<style>
a { background-color: #0D9D9D; }
a { background-color: rgb(13,157,157); }
div.DivClassName
{
background-color: #0D9D9D;
}
.BgClassName
{
background-color: #0D9D9D;
}
</style>
border-color css
<style>
span { border-color: #0D9D9D; }
span { border-color: rgb(13,157,157); }
td.TdClassName
{
border-color: #0D9D9D;
}
.TagClassName
{
border-color: #0D9D9D;
}
</style>