Shades of Persian Green #09B190
Tints of Persian Green #09B190
RGB
CMYK
RGB Variations
Color information
#09B190 (or 0x09B190) is known color: Persian Green. HEX triplet: 09, B1 and 90. RGB value is (9,177,144). Sum of RGB (Red+Green+Blue) = 9+177+144=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #09B190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09B190 is #F64E6F. Grayscale: #7A7A7A. Windows color (decimal): -16141936 or 9482505. OLE color: 9482505.
HSL color Cylindrical-coordinate representation of color #09B190: hue angle of 168.21º 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 #09B190 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 177 | 144 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.31 |
| HSL | 168.21º | 0.9% | 0.36% | - |
| HSV(B) | 168.21º | 0.95% | 0.69% | - |
| XYZ | 20.87 | 33.52 | 31.75 | - |
| YUV | 123.01 | 139.84 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 144 | 0.95 | 0 | 0.19 | 0.31 | 168.21 | 0.9 | 0.36 |
| Hex | 9 | B1 | 90 | 5F | 0 | 13 | 1F | A8 | 5A | 24 |
| Octal | 11 | 261 | 220 | 137 | 0 | 23 | 37 | 250 | 132 | 44 |
| Binary | 1001 | 10110001 | 10010000 | 1011111 | 0 | 10011 | 11111 | 10101000 | 1011010 | 100100 |
Color Harmonies of #09B190
Complementary color
Monochromatic Colors of #09B190
Black with #09B190
Text Example
Text Example
White with #09B190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B190; }
p { color: rgb(9,177,144); }
H1.HeaderClassName
{
color: #09B190;
}
.AnyTagClassName
{
color: #09B190;
}
</style>
background-color css
<style>
a { background-color: #09B190; }
a { background-color: rgb(9,177,144); }
div.DivClassName
{
background-color: #09B190;
}
.BgClassName
{
background-color: #09B190;
}
</style>
border-color css
<style>
span { border-color: #09B190; }
span { border-color: rgb(9,177,144); }
td.TdClassName
{
border-color: #09B190;
}
.TagClassName
{
border-color: #09B190;
}
</style>