Shades of Persian Green #009DA2
Tints of Persian Green #009DA2
RGB
CMYK
RGB Variations
Color information
#009DA2 (or 0x009DA2) is known color: Persian Green. HEX triplet: 00, 9D and A2. RGB value is (0,157,162). Sum of RGB (Red+Green+Blue) = 0+157+162=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #009DA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009DA2 is #FF625D. Grayscale: #6E6E6E. Windows color (decimal): -16736862 or 10657024. OLE color: 10657024.
HSL color Cylindrical-coordinate representation of color #009DA2: hue angle of 181.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DA2 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 157 | 162 | - |
| CMYK | 1 | 0.03 | 0 | 0.36 |
| HSL | 181.85º | 1% | 0.32% | - |
| HSV(B) | 181.85º | 1% | 0.64% | - |
| XYZ | 18.58 | 26.72 | 38.36 | - |
| YUV | 110.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 162 | 1 | 0.03 | 0 | 0.36 | 181.85 | 1 | 0.32 |
| Hex | 0 | 9D | A2 | 64 | 3 | 0 | 24 | B6 | 64 | 20 |
| Octal | 0 | 235 | 242 | 144 | 3 | 0 | 44 | 266 | 144 | 40 |
| Binary | 0 | 10011101 | 10100010 | 1100100 | 11 | 0 | 100100 | 10110110 | 1100100 | 100000 |
Color Harmonies of #009DA2
Complementary color
Monochromatic Colors of #009DA2
Black with #009DA2
Text Example
Text Example
White with #009DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DA2; }
p { color: rgb(0,157,162); }
H1.HeaderClassName
{
color: #009DA2;
}
.AnyTagClassName
{
color: #009DA2;
}
</style>
background-color css
<style>
a { background-color: #009DA2; }
a { background-color: rgb(0,157,162); }
div.DivClassName
{
background-color: #009DA2;
}
.BgClassName
{
background-color: #009DA2;
}
</style>
border-color css
<style>
span { border-color: #009DA2; }
span { border-color: rgb(0,157,162); }
td.TdClassName
{
border-color: #009DA2;
}
.TagClassName
{
border-color: #009DA2;
}
</style>