Shades of Persian Green #09B19A
Tints of Persian Green #09B19A
RGB
CMYK
RGB Variations
Color information
#09B19A (or 0x09B19A) is known color: Persian Green. HEX triplet: 09, B1 and 9A. RGB value is (9,177,154). Sum of RGB (Red+Green+Blue) = 9+177+154=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 154 (60.55% from 255 or 45.29% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #09B19A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B19A is #F64E65. Grayscale: #7C7C7C. Windows color (decimal): -16141926 or 10137865. OLE color: 10137865.
HSL color Cylindrical-coordinate representation of color #09B19A: hue angle of 171.79º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B19A is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 154 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.31 |
| HSL | 171.79º | 0.9% | 0.36% | - |
| HSV(B) | 171.79º | 0.95% | 0.69% | - |
| XYZ | 21.67 | 33.84 | 35.96 | - |
| YUV | 124.15 | 144.84 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 154 | 0.95 | 0 | 0.13 | 0.31 | 171.79 | 0.9 | 0.36 |
| Hex | 9 | B1 | 9A | 5F | 0 | D | 1F | AC | 5A | 24 |
| Octal | 11 | 261 | 232 | 137 | 0 | 15 | 37 | 254 | 132 | 44 |
| Binary | 1001 | 10110001 | 10011010 | 1011111 | 0 | 1101 | 11111 | 10101100 | 1011010 | 100100 |
Color Harmonies of #09B19A
Complementary color
Monochromatic Colors of #09B19A
Black with #09B19A
Text Example
Text Example
White with #09B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B19A; }
p { color: rgb(9,177,154); }
H1.HeaderClassName
{
color: #09B19A;
}
.AnyTagClassName
{
color: #09B19A;
}
</style>
background-color css
<style>
a { background-color: #09B19A; }
a { background-color: rgb(9,177,154); }
div.DivClassName
{
background-color: #09B19A;
}
.BgClassName
{
background-color: #09B19A;
}
</style>
border-color css
<style>
span { border-color: #09B19A; }
span { border-color: rgb(9,177,154); }
td.TdClassName
{
border-color: #09B19A;
}
.TagClassName
{
border-color: #09B19A;
}
</style>