Shades of Persian Green #09AF9D
Tints of Persian Green #09AF9D
RGB
CMYK
RGB Variations
Color information
#09AF9D (or 0x09AF9D) is known color: Persian Green. HEX triplet: 09, AF and 9D. RGB value is (9,175,157). Sum of RGB (Red+Green+Blue) = 9+175+157=341 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.64% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF9D is #F65062. Grayscale: #7B7B7B. Windows color (decimal): -16142435 or 10333961. OLE color: 10333961.
HSL color Cylindrical-coordinate representation of color #09AF9D: hue angle of 173.49º 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 #09AF9D is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 175 | 157 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.31 |
| HSL | 173.49º | 0.9% | 0.36% | - |
| HSV(B) | 173.49º | 0.95% | 0.69% | - |
| XYZ | 21.53 | 33.15 | 37.16 | - |
| YUV | 123.31 | 147 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 157 | 0.95 | 0 | 0.10 | 0.31 | 173.49 | 0.9 | 0.36 |
| Hex | 9 | AF | 9D | 5F | 0 | A | 1F | AD | 5A | 24 |
| Octal | 11 | 257 | 235 | 137 | 0 | 12 | 37 | 255 | 132 | 44 |
| Binary | 1001 | 10101111 | 10011101 | 1011111 | 0 | 1010 | 11111 | 10101101 | 1011010 | 100100 |
Color Harmonies of #09AF9D
Complementary color
Monochromatic Colors of #09AF9D
Black with #09AF9D
Text Example
Text Example
White with #09AF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AF9D; }
p { color: rgb(9,175,157); }
H1.HeaderClassName
{
color: #09AF9D;
}
.AnyTagClassName
{
color: #09AF9D;
}
</style>
background-color css
<style>
a { background-color: #09AF9D; }
a { background-color: rgb(9,175,157); }
div.DivClassName
{
background-color: #09AF9D;
}
.BgClassName
{
background-color: #09AF9D;
}
</style>
border-color css
<style>
span { border-color: #09AF9D; }
span { border-color: rgb(9,175,157); }
td.TdClassName
{
border-color: #09AF9D;
}
.TagClassName
{
border-color: #09AF9D;
}
</style>