Shades of Persian Green #09ABA5
Tints of Persian Green #09ABA5
RGB
CMYK
RGB Variations
Color information
#09ABA5 (or 0x09ABA5) is known color: Persian Green. HEX triplet: 09, AB and A5. RGB value is (9,171,165). Sum of RGB (Red+Green+Blue) = 9+171+165=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #09ABA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ABA5 is #F6545A. Grayscale: #797979. Windows color (decimal): -16143451 or 10857225. OLE color: 10857225.
HSL color Cylindrical-coordinate representation of color #09ABA5: hue angle of 177.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09ABA5 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 9 | 171 | 165 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.33 |
| HSL | 177.78º | 0.9% | 0.35% | - |
| HSV(B) | 177.78º | 0.95% | 0.67% | - |
| XYZ | 21.47 | 31.9 | 40.62 | - |
| YUV | 121.88 | 152.33 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 171 | 165 | 0.95 | 0 | 0.04 | 0.33 | 177.78 | 0.9 | 0.35 |
| Hex | 9 | AB | A5 | 5F | 0 | 4 | 21 | B2 | 5A | 23 |
| Octal | 11 | 253 | 245 | 137 | 0 | 4 | 41 | 262 | 132 | 43 |
| Binary | 1001 | 10101011 | 10100101 | 1011111 | 0 | 100 | 100001 | 10110010 | 1011010 | 100011 |
Color Harmonies of #09ABA5
Complementary color
Monochromatic Colors of #09ABA5
Black with #09ABA5
Text Example
Text Example
White with #09ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ABA5; }
p { color: rgb(9,171,165); }
H1.HeaderClassName
{
color: #09ABA5;
}
.AnyTagClassName
{
color: #09ABA5;
}
</style>
background-color css
<style>
a { background-color: #09ABA5; }
a { background-color: rgb(9,171,165); }
div.DivClassName
{
background-color: #09ABA5;
}
.BgClassName
{
background-color: #09ABA5;
}
</style>
border-color css
<style>
span { border-color: #09ABA5; }
span { border-color: rgb(9,171,165); }
td.TdClassName
{
border-color: #09ABA5;
}
.TagClassName
{
border-color: #09ABA5;
}
</style>