Shades of Persian Green #009D9A
Tints of Persian Green #009D9A
RGB
CMYK
RGB Variations
Color information
#009D9A (or 0x009D9A) is known color: Persian Green. HEX triplet: 00, 9D and 9A. RGB value is (0,157,154). Sum of RGB (Red+Green+Blue) = 0+157+154=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #009D9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D9A is #FF6265. Grayscale: #6D6D6D. Windows color (decimal): -16736870 or 10132736. OLE color: 10132736.
HSL color Cylindrical-coordinate representation of color #009D9A: hue angle of 178.85º 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 #009D9A is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 154 | - |
| CMYK | 1 | 0 | 0.02 | 0.38 |
| HSL | 178.85º | 1% | 0.31% | - |
| HSV(B) | 178.85º | 1% | 0.62% | - |
| XYZ | 17.89 | 26.45 | 34.73 | - |
| YUV | 109.72 | 152.99 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 154 | 1 | 0 | 0.02 | 0.38 | 178.85 | 1 | 0.31 |
| Hex | 0 | 9D | 9A | 64 | 0 | 2 | 26 | B3 | 64 | 1F |
| Octal | 0 | 235 | 232 | 144 | 0 | 2 | 46 | 263 | 144 | 37 |
| Binary | 0 | 10011101 | 10011010 | 1100100 | 0 | 10 | 100110 | 10110011 | 1100100 | 11111 |
Color Harmonies of #009D9A
Complementary color
Monochromatic Colors of #009D9A
Black with #009D9A
Text Example
Text Example
White with #009D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D9A; }
p { color: rgb(0,157,154); }
H1.HeaderClassName
{
color: #009D9A;
}
.AnyTagClassName
{
color: #009D9A;
}
</style>
background-color css
<style>
a { background-color: #009D9A; }
a { background-color: rgb(0,157,154); }
div.DivClassName
{
background-color: #009D9A;
}
.BgClassName
{
background-color: #009D9A;
}
</style>
border-color css
<style>
span { border-color: #009D9A; }
span { border-color: rgb(0,157,154); }
td.TdClassName
{
border-color: #009D9A;
}
.TagClassName
{
border-color: #009D9A;
}
</style>