Shades of Persian Green #09B594
Tints of Persian Green #09B594
RGB
CMYK
RGB Variations
Color information
#09B594 (or 0x09B594) is known color: Persian Green. HEX triplet: 09, B5 and 94. RGB value is (9,181,148). Sum of RGB (Red+Green+Blue) = 9+181+148=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #09B594 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B594 is #F64A6B. Grayscale: #7D7D7D. Windows color (decimal): -16140908 or 9745673. OLE color: 9745673.
HSL color Cylindrical-coordinate representation of color #09B594: hue angle of 168.49º 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 #09B594 is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 181 | 148 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.29 |
| HSL | 168.49º | 0.91% | 0.37% | - |
| HSV(B) | 168.49º | 0.95% | 0.71% | - |
| XYZ | 21.98 | 35.24 | 33.66 | - |
| YUV | 125.81 | 140.52 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 181 | 148 | 0.95 | 0 | 0.18 | 0.29 | 168.49 | 0.91 | 0.37 |
| Hex | 9 | B5 | 94 | 5F | 0 | 12 | 1D | A8 | 5B | 25 |
| Octal | 11 | 265 | 224 | 137 | 0 | 22 | 35 | 250 | 133 | 45 |
| Binary | 1001 | 10110101 | 10010100 | 1011111 | 0 | 10010 | 11101 | 10101000 | 1011011 | 100101 |
Color Harmonies of #09B594
Complementary color
Monochromatic Colors of #09B594
Black with #09B594
Text Example
Text Example
White with #09B594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B594; }
p { color: rgb(9,181,148); }
H1.HeaderClassName
{
color: #09B594;
}
.AnyTagClassName
{
color: #09B594;
}
</style>
background-color css
<style>
a { background-color: #09B594; }
a { background-color: rgb(9,181,148); }
div.DivClassName
{
background-color: #09B594;
}
.BgClassName
{
background-color: #09B594;
}
</style>
border-color css
<style>
span { border-color: #09B594; }
span { border-color: rgb(9,181,148); }
td.TdClassName
{
border-color: #09B594;
}
.TagClassName
{
border-color: #09B594;
}
</style>