Shades of Persian Green #0D999C
Tints of Persian Green #0D999C
RGB
CMYK
RGB Variations
Color information
#0D999C (or 0x0D999C) is known color: Persian Green. HEX triplet: 0D, 99 and 9C. RGB value is (13,153,156). Sum of RGB (Red+Green+Blue) = 13+153+156=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D999C is #F26663. Grayscale: #6F6F6F. Windows color (decimal): -15885924 or 10262797. OLE color: 10262797.
HSL color Cylindrical-coordinate representation of color #0D999C: hue angle of 181.26º 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 #0D999C is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 153 | 156 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.39 |
| HSL | 181.26º | 0.85% | 0.33% | - |
| HSV(B) | 181.26º | 0.92% | 0.61% | - |
| XYZ | 17.56 | 25.27 | 35.4 | - |
| YUV | 111.48 | 153.12 | 57.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 156 | 0.92 | 0.02 | 0 | 0.39 | 181.26 | 0.85 | 0.33 |
| Hex | D | 99 | 9C | 5C | 2 | 0 | 27 | B5 | 55 | 21 |
| Octal | 15 | 231 | 234 | 134 | 2 | 0 | 47 | 265 | 125 | 41 |
| Binary | 1101 | 10011001 | 10011100 | 1011100 | 10 | 0 | 100111 | 10110101 | 1010101 | 100001 |
Color Harmonies of #0D999C
Complementary color
Monochromatic Colors of #0D999C
Black with #0D999C
Text Example
Text Example
White with #0D999C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D999C; }
p { color: rgb(13,153,156); }
H1.HeaderClassName
{
color: #0D999C;
}
.AnyTagClassName
{
color: #0D999C;
}
</style>
background-color css
<style>
a { background-color: #0D999C; }
a { background-color: rgb(13,153,156); }
div.DivClassName
{
background-color: #0D999C;
}
.BgClassName
{
background-color: #0D999C;
}
</style>
border-color css
<style>
span { border-color: #0D999C; }
span { border-color: rgb(13,153,156); }
td.TdClassName
{
border-color: #0D999C;
}
.TagClassName
{
border-color: #0D999C;
}
</style>