Shades of Persian Green #009C99
Tints of Persian Green #009C99
RGB
CMYK
RGB Variations
Color information
#009C99 (or 0x009C99) is known color: Persian Green. HEX triplet: 00, 9C and 99. RGB value is (0,156,153). Sum of RGB (Red+Green+Blue) = 0+156+153=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #009C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009C99 is #FF6366. Grayscale: #6C6C6C. Windows color (decimal): -16737127 or 10066944. OLE color: 10066944.
HSL color Cylindrical-coordinate representation of color #009C99: hue angle of 178.85º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009C99 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 156 | 153 | - |
| CMYK | 1 | 0 | 0.02 | 0.39 |
| HSL | 178.85º | 1% | 0.31% | - |
| HSV(B) | 178.85º | 1% | 0.61% | - |
| XYZ | 17.64 | 26.08 | 34.24 | - |
| YUV | 109.01 | 152.82 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 153 | 1 | 0 | 0.02 | 0.39 | 178.85 | 1 | 0.31 |
| Hex | 0 | 9C | 99 | 64 | 0 | 2 | 27 | B3 | 64 | 1F |
| Octal | 0 | 234 | 231 | 144 | 0 | 2 | 47 | 263 | 144 | 37 |
| Binary | 0 | 10011100 | 10011001 | 1100100 | 0 | 10 | 100111 | 10110011 | 1100100 | 11111 |
Color Harmonies of #009C99
Complementary color
Monochromatic Colors of #009C99
Black with #009C99
Text Example
Text Example
White with #009C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009C99; }
p { color: rgb(0,156,153); }
H1.HeaderClassName
{
color: #009C99;
}
.AnyTagClassName
{
color: #009C99;
}
</style>
background-color css
<style>
a { background-color: #009C99; }
a { background-color: rgb(0,156,153); }
div.DivClassName
{
background-color: #009C99;
}
.BgClassName
{
background-color: #009C99;
}
</style>
border-color css
<style>
span { border-color: #009C99; }
span { border-color: rgb(0,156,153); }
td.TdClassName
{
border-color: #009C99;
}
.TagClassName
{
border-color: #009C99;
}
</style>