Shades of Persian Green #09AF8E
Tints of Persian Green #09AF8E
RGB
CMYK
RGB Variations
Color information
#09AF8E (or 0x09AF8E) is known color: Persian Green. HEX triplet: 09, AF and 8E. RGB value is (9,175,142). Sum of RGB (Red+Green+Blue) = 9+175+142=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF8E is #F65071. Grayscale: #797979. Windows color (decimal): -16142450 or 9350921. OLE color: 9350921.
HSL color Cylindrical-coordinate representation of color #09AF8E: hue angle of 168.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF8E is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 142 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.31 |
| HSL | 168.07º | 0.9% | 0.36% | - |
| HSV(B) | 168.07º | 0.95% | 0.69% | - |
| XYZ | 20.33 | 32.67 | 30.83 | - |
| YUV | 121.6 | 139.5 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 142 | 0.95 | 0 | 0.19 | 0.31 | 168.07 | 0.9 | 0.36 |
| Hex | 9 | AF | 8E | 5F | 0 | 13 | 1F | A8 | 5A | 24 |
| Octal | 11 | 257 | 216 | 137 | 0 | 23 | 37 | 250 | 132 | 44 |
| Binary | 1001 | 10101111 | 10001110 | 1011111 | 0 | 10011 | 11111 | 10101000 | 1011010 | 100100 |
Color Harmonies of #09AF8E
Complementary color
Monochromatic Colors of #09AF8E
Black with #09AF8E
Text Example
Text Example
White with #09AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF8E; }
p { color: rgb(9,175,142); }
H1.HeaderClassName
{
color: #09AF8E;
}
.AnyTagClassName
{
color: #09AF8E;
}
</style>
background-color css
<style>
a { background-color: #09AF8E; }
a { background-color: rgb(9,175,142); }
div.DivClassName
{
background-color: #09AF8E;
}
.BgClassName
{
background-color: #09AF8E;
}
</style>
border-color css
<style>
span { border-color: #09AF8E; }
span { border-color: rgb(9,175,142); }
td.TdClassName
{
border-color: #09AF8E;
}
.TagClassName
{
border-color: #09AF8E;
}
</style>