Shades of Persian Green #009D9B
Tints of Persian Green #009D9B
RGB
CMYK
RGB Variations
Color information
#009D9B (or 0x009D9B) is known color: Persian Green. HEX triplet: 00, 9D and 9B. RGB value is (0,157,155). Sum of RGB (Red+Green+Blue) = 0+157+155=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #009D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D9B is #FF6264. Grayscale: #6D6D6D. Windows color (decimal): -16736869 or 10198272. OLE color: 10198272.
HSL color Cylindrical-coordinate representation of color #009D9B: hue angle of 179.24º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009D9B is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 155 | - |
| CMYK | 1 | 0 | 0.01 | 0.38 |
| HSL | 179.24º | 1% | 0.31% | - |
| HSV(B) | 179.24º | 1% | 0.62% | - |
| XYZ | 17.97 | 26.48 | 35.17 | - |
| YUV | 109.83 | 153.49 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 155 | 1 | 0 | 0.01 | 0.38 | 179.24 | 1 | 0.31 |
| Hex | 0 | 9D | 9B | 64 | 0 | 1 | 26 | B3 | 64 | 1F |
| Octal | 0 | 235 | 233 | 144 | 0 | 1 | 46 | 263 | 144 | 37 |
| Binary | 0 | 10011101 | 10011011 | 1100100 | 0 | 1 | 100110 | 10110011 | 1100100 | 11111 |
Color Harmonies of #009D9B
Complementary color
Monochromatic Colors of #009D9B
Black with #009D9B
Text Example
Text Example
White with #009D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D9B; }
p { color: rgb(0,157,155); }
H1.HeaderClassName
{
color: #009D9B;
}
.AnyTagClassName
{
color: #009D9B;
}
</style>
background-color css
<style>
a { background-color: #009D9B; }
a { background-color: rgb(0,157,155); }
div.DivClassName
{
background-color: #009D9B;
}
.BgClassName
{
background-color: #009D9B;
}
</style>
border-color css
<style>
span { border-color: #009D9B; }
span { border-color: rgb(0,157,155); }
td.TdClassName
{
border-color: #009D9B;
}
.TagClassName
{
border-color: #009D9B;
}
</style>