Shades of Persian Green #09B29E
Tints of Persian Green #09B29E
RGB
CMYK
RGB Variations
Color information
#09B29E (or 0x09B29E) is known color: Persian Green. HEX triplet: 09, B2 and 9E. RGB value is (9,178,158). Sum of RGB (Red+Green+Blue) = 9+178+158=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #09B29E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B29E is #F64D61. Grayscale: #7D7D7D. Windows color (decimal): -16141666 or 10400265. OLE color: 10400265.
HSL color Cylindrical-coordinate representation of color #09B29E: hue angle of 172.9º 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 #09B29E is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 178 | 158 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.30 |
| HSL | 172.9º | 0.9% | 0.37% | - |
| HSV(B) | 172.9º | 0.95% | 0.7% | - |
| XYZ | 22.2 | 34.37 | 37.81 | - |
| YUV | 125.19 | 146.51 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 158 | 0.95 | 0 | 0.11 | 0.30 | 172.9 | 0.9 | 0.37 |
| Hex | 9 | B2 | 9E | 5F | 0 | B | 1E | AD | 5A | 25 |
| Octal | 11 | 262 | 236 | 137 | 0 | 13 | 36 | 255 | 132 | 45 |
| Binary | 1001 | 10110010 | 10011110 | 1011111 | 0 | 1011 | 11110 | 10101101 | 1011010 | 100101 |
Color Harmonies of #09B29E
Complementary color
Monochromatic Colors of #09B29E
Black with #09B29E
Text Example
Text Example
White with #09B29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B29E; }
p { color: rgb(9,178,158); }
H1.HeaderClassName
{
color: #09B29E;
}
.AnyTagClassName
{
color: #09B29E;
}
</style>
background-color css
<style>
a { background-color: #09B29E; }
a { background-color: rgb(9,178,158); }
div.DivClassName
{
background-color: #09B29E;
}
.BgClassName
{
background-color: #09B29E;
}
</style>
border-color css
<style>
span { border-color: #09B29E; }
span { border-color: rgb(9,178,158); }
td.TdClassName
{
border-color: #09B29E;
}
.TagClassName
{
border-color: #09B29E;
}
</style>