Shades of Persian Green #09A98C
Tints of Persian Green #09A98C
RGB
CMYK
RGB Variations
Color information
#09A98C (or 0x09A98C) is known color: Persian Green. HEX triplet: 09, A9 and 8C. RGB value is (9,169,140). Sum of RGB (Red+Green+Blue) = 9+169+140=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #09A98C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A98C is #F65673. Grayscale: #757575. Windows color (decimal): -16143988 or 9218313. OLE color: 9218313.
HSL color Cylindrical-coordinate representation of color #09A98C: hue angle of 169.12º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A98C is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 9 | 169 | 140 | - |
| CMYK | 0.95 | 0 | 0.17 | 0.34 |
| HSL | 169.13º | 0.9% | 0.35% | - |
| HSV(B) | 169.13º | 0.95% | 0.66% | - |
| XYZ | 19.03 | 30.33 | 29.66 | - |
| YUV | 117.85 | 140.49 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 169 | 140 | 0.95 | 0 | 0.17 | 0.34 | 169.13 | 0.9 | 0.35 |
| Hex | 9 | A9 | 8C | 5F | 0 | 11 | 22 | A9 | 5A | 23 |
| Octal | 11 | 251 | 214 | 137 | 0 | 21 | 42 | 251 | 132 | 43 |
| Binary | 1001 | 10101001 | 10001100 | 1011111 | 0 | 10001 | 100010 | 10101001 | 1011010 | 100011 |
Color Harmonies of #09A98C
Complementary color
Monochromatic Colors of #09A98C
Black with #09A98C
Text Example
Text Example
White with #09A98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A98C; }
p { color: rgb(9,169,140); }
H1.HeaderClassName
{
color: #09A98C;
}
.AnyTagClassName
{
color: #09A98C;
}
</style>
background-color css
<style>
a { background-color: #09A98C; }
a { background-color: rgb(9,169,140); }
div.DivClassName
{
background-color: #09A98C;
}
.BgClassName
{
background-color: #09A98C;
}
</style>
border-color css
<style>
span { border-color: #09A98C; }
span { border-color: rgb(9,169,140); }
td.TdClassName
{
border-color: #09A98C;
}
.TagClassName
{
border-color: #09A98C;
}
</style>