Shades of Persian Green #09B28D
Tints of Persian Green #09B28D
RGB
CMYK
RGB Variations
Color information
#09B28D (or 0x09B28D) is known color: Persian Green. HEX triplet: 09, B2 and 8D. RGB value is (9,178,141). Sum of RGB (Red+Green+Blue) = 9+178+141=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #09B28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B28D is #F64D72. Grayscale: #7B7B7B. Windows color (decimal): -16141683 or 9286153. OLE color: 9286153.
HSL color Cylindrical-coordinate representation of color #09B28D: hue angle of 166.86º 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 #09B28D is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 178 | 141 | - |
| CMYK | 0.95 | 0 | 0.21 | 0.30 |
| HSL | 166.86º | 0.9% | 0.37% | - |
| HSV(B) | 166.86º | 0.95% | 0.7% | - |
| XYZ | 20.84 | 33.82 | 30.63 | - |
| YUV | 123.25 | 138.01 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 141 | 0.95 | 0 | 0.21 | 0.30 | 166.86 | 0.9 | 0.37 |
| Hex | 9 | B2 | 8D | 5F | 0 | 15 | 1E | A7 | 5A | 25 |
| Octal | 11 | 262 | 215 | 137 | 0 | 25 | 36 | 247 | 132 | 45 |
| Binary | 1001 | 10110010 | 10001101 | 1011111 | 0 | 10101 | 11110 | 10100111 | 1011010 | 100101 |
Color Harmonies of #09B28D
Complementary color
Monochromatic Colors of #09B28D
Black with #09B28D
Text Example
Text Example
White with #09B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B28D; }
p { color: rgb(9,178,141); }
H1.HeaderClassName
{
color: #09B28D;
}
.AnyTagClassName
{
color: #09B28D;
}
</style>
background-color css
<style>
a { background-color: #09B28D; }
a { background-color: rgb(9,178,141); }
div.DivClassName
{
background-color: #09B28D;
}
.BgClassName
{
background-color: #09B28D;
}
</style>
border-color css
<style>
span { border-color: #09B28D; }
span { border-color: rgb(9,178,141); }
td.TdClassName
{
border-color: #09B28D;
}
.TagClassName
{
border-color: #09B28D;
}
</style>