Shades of Persian Green #09B197
Tints of Persian Green #09B197
RGB
CMYK
RGB Variations
Color information
#09B197 (or 0x09B197) is known color: Persian Green. HEX triplet: 09, B1 and 97. RGB value is (9,177,151). Sum of RGB (Red+Green+Blue) = 9+177+151=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #09B197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B197 is #F64E68. Grayscale: #7B7B7B. Windows color (decimal): -16141929 or 9941257. OLE color: 9941257.
HSL color Cylindrical-coordinate representation of color #09B197: hue angle of 170.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B197 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 151 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.31 |
| HSL | 170.71º | 0.9% | 0.36% | - |
| HSV(B) | 170.71º | 0.95% | 0.69% | - |
| XYZ | 21.42 | 33.74 | 34.66 | - |
| YUV | 123.8 | 143.34 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 151 | 0.95 | 0 | 0.15 | 0.31 | 170.71 | 0.9 | 0.36 |
| Hex | 9 | B1 | 97 | 5F | 0 | F | 1F | AB | 5A | 24 |
| Octal | 11 | 261 | 227 | 137 | 0 | 17 | 37 | 253 | 132 | 44 |
| Binary | 1001 | 10110001 | 10010111 | 1011111 | 0 | 1111 | 11111 | 10101011 | 1011010 | 100100 |
Color Harmonies of #09B197
Complementary color
Monochromatic Colors of #09B197
Black with #09B197
Text Example
Text Example
White with #09B197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B197; }
p { color: rgb(9,177,151); }
H1.HeaderClassName
{
color: #09B197;
}
.AnyTagClassName
{
color: #09B197;
}
</style>
background-color css
<style>
a { background-color: #09B197; }
a { background-color: rgb(9,177,151); }
div.DivClassName
{
background-color: #09B197;
}
.BgClassName
{
background-color: #09B197;
}
</style>
border-color css
<style>
span { border-color: #09B197; }
span { border-color: rgb(9,177,151); }
td.TdClassName
{
border-color: #09B197;
}
.TagClassName
{
border-color: #09B197;
}
</style>