Shades of Persian Green #09B896
Tints of Persian Green #09B896
RGB
CMYK
RGB Variations
Color information
#09B896 (or 0x09B896) is known color: Persian Green. HEX triplet: 09, B8 and 96. RGB value is (9,184,150). Sum of RGB (Red+Green+Blue) = 9+184+150=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #09B896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B896 is #F64769. Grayscale: #7F7F7F. Windows color (decimal): -16140138 or 9877513. OLE color: 9877513.
HSL color Cylindrical-coordinate representation of color #09B896: hue angle of 168.34º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B896 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 184 | 150 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.28 |
| HSL | 168.34º | 0.91% | 0.38% | - |
| HSV(B) | 168.34º | 0.95% | 0.72% | - |
| XYZ | 22.76 | 36.54 | 34.71 | - |
| YUV | 127.8 | 140.52 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 150 | 0.95 | 0 | 0.18 | 0.28 | 168.34 | 0.91 | 0.38 |
| Hex | 9 | B8 | 96 | 5F | 0 | 12 | 1C | A8 | 5B | 26 |
| Octal | 11 | 270 | 226 | 137 | 0 | 22 | 34 | 250 | 133 | 46 |
| Binary | 1001 | 10111000 | 10010110 | 1011111 | 0 | 10010 | 11100 | 10101000 | 1011011 | 100110 |
Color Harmonies of #09B896
Complementary color
Monochromatic Colors of #09B896
Black with #09B896
Text Example
Text Example
White with #09B896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B896; }
p { color: rgb(9,184,150); }
H1.HeaderClassName
{
color: #09B896;
}
.AnyTagClassName
{
color: #09B896;
}
</style>
background-color css
<style>
a { background-color: #09B896; }
a { background-color: rgb(9,184,150); }
div.DivClassName
{
background-color: #09B896;
}
.BgClassName
{
background-color: #09B896;
}
</style>
border-color css
<style>
span { border-color: #09B896; }
span { border-color: rgb(9,184,150); }
td.TdClassName
{
border-color: #09B896;
}
.TagClassName
{
border-color: #09B896;
}
</style>