Shades of Persian Green #09B391
Tints of Persian Green #09B391
RGB
CMYK
RGB Variations
Color information
#09B391 (or 0x09B391) is known color: Persian Green. HEX triplet: 09, B3 and 91. RGB value is (9,179,145). Sum of RGB (Red+Green+Blue) = 9+179+145=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #09B391 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B391 is #F64C6E. Grayscale: #7C7C7C. Windows color (decimal): -16141423 or 9548553. OLE color: 9548553.
HSL color Cylindrical-coordinate representation of color #09B391: hue angle of 168º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B391 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 179 | 145 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.30 |
| HSL | 168º | 0.9% | 0.37% | - |
| HSV(B) | 168º | 0.95% | 0.7% | - |
| XYZ | 21.34 | 34.34 | 32.29 | - |
| YUV | 124.29 | 139.68 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 145 | 0.95 | 0 | 0.19 | 0.30 | 168 | 0.9 | 0.37 |
| Hex | 9 | B3 | 91 | 5F | 0 | 13 | 1E | A8 | 5A | 25 |
| Octal | 11 | 263 | 221 | 137 | 0 | 23 | 36 | 250 | 132 | 45 |
| Binary | 1001 | 10110011 | 10010001 | 1011111 | 0 | 10011 | 11110 | 10101000 | 1011010 | 100101 |
Color Harmonies of #09B391
Complementary color
Monochromatic Colors of #09B391
Black with #09B391
Text Example
Text Example
White with #09B391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B391; }
p { color: rgb(9,179,145); }
H1.HeaderClassName
{
color: #09B391;
}
.AnyTagClassName
{
color: #09B391;
}
</style>
background-color css
<style>
a { background-color: #09B391; }
a { background-color: rgb(9,179,145); }
div.DivClassName
{
background-color: #09B391;
}
.BgClassName
{
background-color: #09B391;
}
</style>
border-color css
<style>
span { border-color: #09B391; }
span { border-color: rgb(9,179,145); }
td.TdClassName
{
border-color: #09B391;
}
.TagClassName
{
border-color: #09B391;
}
</style>