Shades of Persian Green #09B0A0
Tints of Persian Green #09B0A0
RGB
CMYK
RGB Variations
Color information
#09B0A0 (or 0x09B0A0) is known color: Persian Green. HEX triplet: 09, B0 and A0. RGB value is (9,176,160). Sum of RGB (Red+Green+Blue) = 9+176+160=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #09B0A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B0A0 is #F64F5F. Grayscale: #7C7C7C. Windows color (decimal): -16142176 or 10530825. OLE color: 10530825.
HSL color Cylindrical-coordinate representation of color #09B0A0: hue angle of 174.25º 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 #09B0A0 is Cyan = 0.95, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 176 | 160 | - |
| CMYK | 0.95 | 0 | 0.09 | 0.31 |
| HSL | 174.25º | 0.9% | 0.36% | - |
| HSV(B) | 174.25º | 0.95% | 0.69% | - |
| XYZ | 21.98 | 33.65 | 38.59 | - |
| YUV | 124.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 160 | 0.95 | 0 | 0.09 | 0.31 | 174.25 | 0.9 | 0.36 |
| Hex | 9 | B0 | A0 | 5F | 0 | 9 | 1F | AE | 5A | 24 |
| Octal | 11 | 260 | 240 | 137 | 0 | 11 | 37 | 256 | 132 | 44 |
| Binary | 1001 | 10110000 | 10100000 | 1011111 | 0 | 1001 | 11111 | 10101110 | 1011010 | 100100 |
Color Harmonies of #09B0A0
Complementary color
Monochromatic Colors of #09B0A0
Black with #09B0A0
Text Example
Text Example
White with #09B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B0A0; }
p { color: rgb(9,176,160); }
H1.HeaderClassName
{
color: #09B0A0;
}
.AnyTagClassName
{
color: #09B0A0;
}
</style>
background-color css
<style>
a { background-color: #09B0A0; }
a { background-color: rgb(9,176,160); }
div.DivClassName
{
background-color: #09B0A0;
}
.BgClassName
{
background-color: #09B0A0;
}
</style>
border-color css
<style>
span { border-color: #09B0A0; }
span { border-color: rgb(9,176,160); }
td.TdClassName
{
border-color: #09B0A0;
}
.TagClassName
{
border-color: #09B0A0;
}
</style>