Shades of Persian Green #09B894
Tints of Persian Green #09B894
RGB
CMYK
RGB Variations
Color information
#09B894 (or 0x09B894) is known color: Persian Green. HEX triplet: 09, B8 and 94. RGB value is (9,184,148). Sum of RGB (Red+Green+Blue) = 9+184+148=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 184 (72.27% from 255 or 53.96% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 184 - color contains mainly: green. Hex color #09B894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B894 is #F6476B. Grayscale: #7F7F7F. Windows color (decimal): -16140140 or 9746441. OLE color: 9746441.
HSL color Cylindrical-coordinate representation of color #09B894: hue angle of 167.66º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B894 is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 9 | 184 | 148 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.28 |
| HSL | 167.66º | 0.91% | 0.38% | - |
| HSV(B) | 167.66º | 0.95% | 0.72% | - |
| XYZ | 22.6 | 36.48 | 33.87 | - |
| YUV | 127.57 | 139.52 | 43.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 184 | 148 | 0.95 | 0 | 0.20 | 0.28 | 167.66 | 0.91 | 0.38 |
| Hex | 9 | B8 | 94 | 5F | 0 | 14 | 1C | A8 | 5B | 26 |
| Octal | 11 | 270 | 224 | 137 | 0 | 24 | 34 | 250 | 133 | 46 |
| Binary | 1001 | 10111000 | 10010100 | 1011111 | 0 | 10100 | 11100 | 10101000 | 1011011 | 100110 |
Color Harmonies of #09B894
Complementary color
Monochromatic Colors of #09B894
Black with #09B894
Text Example
Text Example
White with #09B894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B894; }
p { color: rgb(9,184,148); }
H1.HeaderClassName
{
color: #09B894;
}
.AnyTagClassName
{
color: #09B894;
}
</style>
background-color css
<style>
a { background-color: #09B894; }
a { background-color: rgb(9,184,148); }
div.DivClassName
{
background-color: #09B894;
}
.BgClassName
{
background-color: #09B894;
}
</style>
border-color css
<style>
span { border-color: #09B894; }
span { border-color: rgb(9,184,148); }
td.TdClassName
{
border-color: #09B894;
}
.TagClassName
{
border-color: #09B894;
}
</style>