Shades of Persian Green #09B69C
Tints of Persian Green #09B69C
RGB
CMYK
RGB Variations
Color information
#09B69C (or 0x09B69C) is known color: Persian Green. HEX triplet: 09, B6 and 9C. RGB value is (9,182,156). Sum of RGB (Red+Green+Blue) = 9+182+156=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #09B69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B69C is #F64963. Grayscale: #7F7F7F. Windows color (decimal): -16140644 or 10270217. OLE color: 10270217.
HSL color Cylindrical-coordinate representation of color #09B69C: hue angle of 170.98º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B69C is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 182 | 156 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.29 |
| HSL | 170.98º | 0.91% | 0.37% | - |
| HSV(B) | 170.98º | 0.95% | 0.71% | - |
| XYZ | 22.84 | 35.91 | 37.18 | - |
| YUV | 127.31 | 144.19 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 182 | 156 | 0.95 | 0 | 0.14 | 0.29 | 170.98 | 0.91 | 0.37 |
| Hex | 9 | B6 | 9C | 5F | 0 | E | 1D | AB | 5B | 25 |
| Octal | 11 | 266 | 234 | 137 | 0 | 16 | 35 | 253 | 133 | 45 |
| Binary | 1001 | 10110110 | 10011100 | 1011111 | 0 | 1110 | 11101 | 10101011 | 1011011 | 100101 |
Color Harmonies of #09B69C
Complementary color
Monochromatic Colors of #09B69C
Black with #09B69C
Text Example
Text Example
White with #09B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B69C; }
p { color: rgb(9,182,156); }
H1.HeaderClassName
{
color: #09B69C;
}
.AnyTagClassName
{
color: #09B69C;
}
</style>
background-color css
<style>
a { background-color: #09B69C; }
a { background-color: rgb(9,182,156); }
div.DivClassName
{
background-color: #09B69C;
}
.BgClassName
{
background-color: #09B69C;
}
</style>
border-color css
<style>
span { border-color: #09B69C; }
span { border-color: rgb(9,182,156); }
td.TdClassName
{
border-color: #09B69C;
}
.TagClassName
{
border-color: #09B69C;
}
</style>