Shades of Persian Green #09B490
Tints of Persian Green #09B490
RGB
CMYK
RGB Variations
Color information
#09B490 (or 0x09B490) is known color: Persian Green. HEX triplet: 09, B4 and 90. RGB value is (9,180,144). Sum of RGB (Red+Green+Blue) = 9+180+144=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #09B490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09B490 is #F64B6F. Grayscale: #7C7C7C. Windows color (decimal): -16141168 or 9483273. OLE color: 9483273.
HSL color Cylindrical-coordinate representation of color #09B490: hue angle of 167.37º degrees, saturation: 0.9, 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 #09B490 is Cyan = 0.95, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 180 | 144 | - |
| CMYK | 0.95 | 0 | 0.2 | 0.29 |
| HSL | 167.37º | 0.9% | 0.37% | - |
| HSV(B) | 167.37º | 0.95% | 0.71% | - |
| XYZ | 21.47 | 34.71 | 31.95 | - |
| YUV | 124.77 | 138.85 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 180 | 144 | 0.95 | 0 | 0.2 | 0.29 | 167.37 | 0.9 | 0.37 |
| Hex | 9 | B4 | 90 | 5F | 0 | 14 | 1D | A7 | 5A | 25 |
| Octal | 11 | 264 | 220 | 137 | 0 | 24 | 35 | 247 | 132 | 45 |
| Binary | 1001 | 10110100 | 10010000 | 1011111 | 0 | 10100 | 11101 | 10100111 | 1011010 | 100101 |
Color Harmonies of #09B490
Complementary color
Monochromatic Colors of #09B490
Black with #09B490
Text Example
Text Example
White with #09B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B490; }
p { color: rgb(9,180,144); }
H1.HeaderClassName
{
color: #09B490;
}
.AnyTagClassName
{
color: #09B490;
}
</style>
background-color css
<style>
a { background-color: #09B490; }
a { background-color: rgb(9,180,144); }
div.DivClassName
{
background-color: #09B490;
}
.BgClassName
{
background-color: #09B490;
}
</style>
border-color css
<style>
span { border-color: #09B490; }
span { border-color: rgb(9,180,144); }
td.TdClassName
{
border-color: #09B490;
}
.TagClassName
{
border-color: #09B490;
}
</style>