Shades of Persian Green #09A98A
Tints of Persian Green #09A98A
RGB
CMYK
RGB Variations
Color information
#09A98A (or 0x09A98A) is known color: Persian Green. HEX triplet: 09, A9 and 8A. RGB value is (9,169,138). Sum of RGB (Red+Green+Blue) = 9+169+138=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 169 (66.41% from 255 or 53.48% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 169 - color contains mainly: green. Hex color #09A98A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A98A is #F65675. Grayscale: #757575. Windows color (decimal): -16143990 or 9087241. OLE color: 9087241.
HSL color Cylindrical-coordinate representation of color #09A98A: hue angle of 168.38º 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 #09A98A is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 9 | 169 | 138 | - |
| CMYK | 0.95 | 0 | 0.18 | 0.34 |
| HSL | 168.38º | 0.9% | 0.35% | - |
| HSV(B) | 168.38º | 0.95% | 0.66% | - |
| XYZ | 18.89 | 30.27 | 28.89 | - |
| YUV | 117.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 169 | 138 | 0.95 | 0 | 0.18 | 0.34 | 168.38 | 0.9 | 0.35 |
| Hex | 9 | A9 | 8A | 5F | 0 | 12 | 22 | A8 | 5A | 23 |
| Octal | 11 | 251 | 212 | 137 | 0 | 22 | 42 | 250 | 132 | 43 |
| Binary | 1001 | 10101001 | 10001010 | 1011111 | 0 | 10010 | 100010 | 10101000 | 1011010 | 100011 |
Color Harmonies of #09A98A
Complementary color
Monochromatic Colors of #09A98A
Black with #09A98A
Text Example
Text Example
White with #09A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A98A; }
p { color: rgb(9,169,138); }
H1.HeaderClassName
{
color: #09A98A;
}
.AnyTagClassName
{
color: #09A98A;
}
</style>
background-color css
<style>
a { background-color: #09A98A; }
a { background-color: rgb(9,169,138); }
div.DivClassName
{
background-color: #09A98A;
}
.BgClassName
{
background-color: #09A98A;
}
</style>
border-color css
<style>
span { border-color: #09A98A; }
span { border-color: rgb(9,169,138); }
td.TdClassName
{
border-color: #09A98A;
}
.TagClassName
{
border-color: #09A98A;
}
</style>