Shades of Persian Green #009D99
Tints of Persian Green #009D99
RGB
CMYK
RGB Variations
Color information
#009D99 (or 0x009D99) is known color: Persian Green. HEX triplet: 00, 9D and 99. RGB value is (0,157,153). Sum of RGB (Red+Green+Blue) = 0+157+153=310 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #009D99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D99 is #FF6266. Grayscale: #6D6D6D. Windows color (decimal): -16736871 or 10067200. OLE color: 10067200.
HSL color Cylindrical-coordinate representation of color #009D99: hue angle of 178.47º 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 #009D99 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 153 | - |
| CMYK | 1 | 0 | 0.03 | 0.38 |
| HSL | 178.47º | 1% | 0.31% | - |
| HSV(B) | 178.47º | 1% | 0.62% | - |
| XYZ | 17.81 | 26.41 | 34.3 | - |
| YUV | 109.6 | 152.49 | 49.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 153 | 1 | 0 | 0.03 | 0.38 | 178.47 | 1 | 0.31 |
| Hex | 0 | 9D | 99 | 64 | 0 | 3 | 26 | B2 | 64 | 1F |
| Octal | 0 | 235 | 231 | 144 | 0 | 3 | 46 | 262 | 144 | 37 |
| Binary | 0 | 10011101 | 10011001 | 1100100 | 0 | 11 | 100110 | 10110010 | 1100100 | 11111 |
Color Harmonies of #009D99
Complementary color
Monochromatic Colors of #009D99
Black with #009D99
Text Example
Text Example
White with #009D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D99; }
p { color: rgb(0,157,153); }
H1.HeaderClassName
{
color: #009D99;
}
.AnyTagClassName
{
color: #009D99;
}
</style>
background-color css
<style>
a { background-color: #009D99; }
a { background-color: rgb(0,157,153); }
div.DivClassName
{
background-color: #009D99;
}
.BgClassName
{
background-color: #009D99;
}
</style>
border-color css
<style>
span { border-color: #009D99; }
span { border-color: rgb(0,157,153); }
td.TdClassName
{
border-color: #009D99;
}
.TagClassName
{
border-color: #009D99;
}
</style>