Shades of Persian Green #009B96
Tints of Persian Green #009B96
RGB
CMYK
RGB Variations
Color information
#009B96 (or 0x009B96) is known color: Persian Green. HEX triplet: 00, 9B and 96. RGB value is (0,155,150). Sum of RGB (Red+Green+Blue) = 0+155+150=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #009B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B96 is #FF6469. Grayscale: #6B6B6B. Windows color (decimal): -16737386 or 9870080. OLE color: 9870080.
HSL color Cylindrical-coordinate representation of color #009B96: hue angle of 178.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B96 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 155 | 150 | - |
| CMYK | 1 | 0 | 0.03 | 0.39 |
| HSL | 178.06º | 1% | 0.3% | - |
| HSV(B) | 178.06º | 1% | 0.61% | - |
| XYZ | 17.23 | 25.64 | 32.9 | - |
| YUV | 108.09 | 151.65 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 150 | 1 | 0 | 0.03 | 0.39 | 178.06 | 1 | 0.3 |
| Hex | 0 | 9B | 96 | 64 | 0 | 3 | 27 | B2 | 64 | 1E |
| Octal | 0 | 233 | 226 | 144 | 0 | 3 | 47 | 262 | 144 | 36 |
| Binary | 0 | 10011011 | 10010110 | 1100100 | 0 | 11 | 100111 | 10110010 | 1100100 | 11110 |
Color Harmonies of #009B96
Complementary color
Monochromatic Colors of #009B96
Black with #009B96
Text Example
Text Example
White with #009B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009B96; }
p { color: rgb(0,155,150); }
H1.HeaderClassName
{
color: #009B96;
}
.AnyTagClassName
{
color: #009B96;
}
</style>
background-color css
<style>
a { background-color: #009B96; }
a { background-color: rgb(0,155,150); }
div.DivClassName
{
background-color: #009B96;
}
.BgClassName
{
background-color: #009B96;
}
</style>
border-color css
<style>
span { border-color: #009B96; }
span { border-color: rgb(0,155,150); }
td.TdClassName
{
border-color: #009B96;
}
.TagClassName
{
border-color: #009B96;
}
</style>