Shades of Persian Green #009D92
Tints of Persian Green #009D92
RGB
CMYK
RGB Variations
Color information
#009D92 (or 0x009D92) is known color: Persian Green. HEX triplet: 00, 9D and 92. RGB value is (0,157,146). Sum of RGB (Red+Green+Blue) = 0+157+146=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 157 (61.72% from 255 or 51.82% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 157 - color contains mainly: green. Hex color #009D92 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D92 is #FF626D. Grayscale: #6C6C6C. Windows color (decimal): -16736878 or 9608448. OLE color: 9608448.
HSL color Cylindrical-coordinate representation of color #009D92: hue angle of 175.8º 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 #009D92 is Cyan = 1, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 146 | - |
| CMYK | 1 | 0 | 0.07 | 0.38 |
| HSL | 175.8º | 1% | 0.31% | - |
| HSV(B) | 175.8º | 1% | 0.62% | - |
| XYZ | 17.25 | 26.19 | 31.34 | - |
| YUV | 108.8 | 148.99 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 146 | 1 | 0 | 0.07 | 0.38 | 175.8 | 1 | 0.31 |
| Hex | 0 | 9D | 92 | 64 | 0 | 7 | 26 | B0 | 64 | 1F |
| Octal | 0 | 235 | 222 | 144 | 0 | 7 | 46 | 260 | 144 | 37 |
| Binary | 0 | 10011101 | 10010010 | 1100100 | 0 | 111 | 100110 | 10110000 | 1100100 | 11111 |
Color Harmonies of #009D92
Complementary color
Monochromatic Colors of #009D92
Black with #009D92
Text Example
Text Example
White with #009D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D92; }
p { color: rgb(0,157,146); }
H1.HeaderClassName
{
color: #009D92;
}
.AnyTagClassName
{
color: #009D92;
}
</style>
background-color css
<style>
a { background-color: #009D92; }
a { background-color: rgb(0,157,146); }
div.DivClassName
{
background-color: #009D92;
}
.BgClassName
{
background-color: #009D92;
}
</style>
border-color css
<style>
span { border-color: #009D92; }
span { border-color: rgb(0,157,146); }
td.TdClassName
{
border-color: #009D92;
}
.TagClassName
{
border-color: #009D92;
}
</style>