Shades of Persian Green #09A78C
Tints of Persian Green #09A78C
RGB
CMYK
RGB Variations
Color information
#09A78C (or 0x09A78C) is known color: Persian Green. HEX triplet: 09, A7 and 8C. RGB value is (9,167,140). Sum of RGB (Red+Green+Blue) = 9+167+140=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 167 (65.62% from 255 or 52.85% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 167 - color contains mainly: green. Hex color #09A78C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A78C is #F65873. Grayscale: #747474. Windows color (decimal): -16144500 or 9217801. OLE color: 9217801.
HSL color Cylindrical-coordinate representation of color #09A78C: hue angle of 169.75º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A78C is Cyan = 0.95, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 167 | 140 | - |
| CMYK | 0.95 | 0 | 0.16 | 0.35 |
| HSL | 169.75º | 0.9% | 0.35% | - |
| HSV(B) | 169.75º | 0.95% | 0.65% | - |
| XYZ | 18.67 | 29.59 | 29.54 | - |
| YUV | 116.68 | 141.15 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 167 | 140 | 0.95 | 0 | 0.16 | 0.35 | 169.75 | 0.9 | 0.35 |
| Hex | 9 | A7 | 8C | 5F | 0 | 10 | 23 | AA | 5A | 23 |
| Octal | 11 | 247 | 214 | 137 | 0 | 20 | 43 | 252 | 132 | 43 |
| Binary | 1001 | 10100111 | 10001100 | 1011111 | 0 | 10000 | 100011 | 10101010 | 1011010 | 100011 |
Color Harmonies of #09A78C
Complementary color
Monochromatic Colors of #09A78C
Black with #09A78C
Text Example
Text Example
White with #09A78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A78C; }
p { color: rgb(9,167,140); }
H1.HeaderClassName
{
color: #09A78C;
}
.AnyTagClassName
{
color: #09A78C;
}
</style>
background-color css
<style>
a { background-color: #09A78C; }
a { background-color: rgb(9,167,140); }
div.DivClassName
{
background-color: #09A78C;
}
.BgClassName
{
background-color: #09A78C;
}
</style>
border-color css
<style>
span { border-color: #09A78C; }
span { border-color: rgb(9,167,140); }
td.TdClassName
{
border-color: #09A78C;
}
.TagClassName
{
border-color: #09A78C;
}
</style>