Shades of Persian Green #09A48F
Tints of Persian Green #09A48F
RGB
CMYK
RGB Variations
Color information
#09A48F (or 0x09A48F) is known color: Persian Green. HEX triplet: 09, A4 and 8F. RGB value is (9,164,143). Sum of RGB (Red+Green+Blue) = 9+164+143=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #09A48F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A48F is #F65B70. Grayscale: #737373. Windows color (decimal): -16145265 or 9413641. OLE color: 9413641.
HSL color Cylindrical-coordinate representation of color #09A48F: hue angle of 171.87º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A48F is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 164 | 143 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.36 |
| HSL | 171.87º | 0.9% | 0.34% | - |
| HSV(B) | 171.87º | 0.95% | 0.64% | - |
| XYZ | 18.35 | 28.59 | 30.54 | - |
| YUV | 115.26 | 143.65 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 164 | 143 | 0.95 | 0 | 0.13 | 0.36 | 171.87 | 0.9 | 0.34 |
| Hex | 9 | A4 | 8F | 5F | 0 | D | 24 | AC | 5A | 22 |
| Octal | 11 | 244 | 217 | 137 | 0 | 15 | 44 | 254 | 132 | 42 |
| Binary | 1001 | 10100100 | 10001111 | 1011111 | 0 | 1101 | 100100 | 10101100 | 1011010 | 100010 |
Color Harmonies of #09A48F
Complementary color
Monochromatic Colors of #09A48F
Black with #09A48F
Text Example
Text Example
White with #09A48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A48F; }
p { color: rgb(9,164,143); }
H1.HeaderClassName
{
color: #09A48F;
}
.AnyTagClassName
{
color: #09A48F;
}
</style>
background-color css
<style>
a { background-color: #09A48F; }
a { background-color: rgb(9,164,143); }
div.DivClassName
{
background-color: #09A48F;
}
.BgClassName
{
background-color: #09A48F;
}
</style>
border-color css
<style>
span { border-color: #09A48F; }
span { border-color: rgb(9,164,143); }
td.TdClassName
{
border-color: #09A48F;
}
.TagClassName
{
border-color: #09A48F;
}
</style>