Shades of Persian Green #009D93
Tints of Persian Green #009D93
RGB
CMYK
RGB Variations
Color information
#009D93 (or 0x009D93) is known color: Persian Green. HEX triplet: 00, 9D and 93. RGB value is (0,157,147). Sum of RGB (Red+Green+Blue) = 0+157+147=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 157 (61.72% from 255 or 51.64% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 157 - color contains mainly: green. Hex color #009D93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009D93 is #FF626C. Grayscale: #6C6C6C. Windows color (decimal): -16736877 or 9673984. OLE color: 9673984.
HSL color Cylindrical-coordinate representation of color #009D93: hue angle of 176.18º 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 #009D93 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 147 | - |
| CMYK | 1 | 0 | 0.06 | 0.38 |
| HSL | 176.18º | 1% | 0.31% | - |
| HSV(B) | 176.18º | 1% | 0.62% | - |
| XYZ | 17.32 | 26.22 | 31.75 | - |
| YUV | 108.92 | 149.49 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 147 | 1 | 0 | 0.06 | 0.38 | 176.18 | 1 | 0.31 |
| Hex | 0 | 9D | 93 | 64 | 0 | 6 | 26 | B0 | 64 | 1F |
| Octal | 0 | 235 | 223 | 144 | 0 | 6 | 46 | 260 | 144 | 37 |
| Binary | 0 | 10011101 | 10010011 | 1100100 | 0 | 110 | 100110 | 10110000 | 1100100 | 11111 |
Color Harmonies of #009D93
Complementary color
Monochromatic Colors of #009D93
Black with #009D93
Text Example
Text Example
White with #009D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D93; }
p { color: rgb(0,157,147); }
H1.HeaderClassName
{
color: #009D93;
}
.AnyTagClassName
{
color: #009D93;
}
</style>
background-color css
<style>
a { background-color: #009D93; }
a { background-color: rgb(0,157,147); }
div.DivClassName
{
background-color: #009D93;
}
.BgClassName
{
background-color: #009D93;
}
</style>
border-color css
<style>
span { border-color: #009D93; }
span { border-color: rgb(0,157,147); }
td.TdClassName
{
border-color: #009D93;
}
.TagClassName
{
border-color: #009D93;
}
</style>