Shades of Persian Green #09A693
Tints of Persian Green #09A693
RGB
CMYK
RGB Variations
Color information
#09A693 (or 0x09A693) is known color: Persian Green. HEX triplet: 09, A6 and 93. RGB value is (9,166,147). Sum of RGB (Red+Green+Blue) = 9+166+147=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 166 (65.23% from 255 or 51.55% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 166 - color contains mainly: green. Hex color #09A693 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A693 is #F6596C. Grayscale: #747474. Windows color (decimal): -16144749 or 9676297. OLE color: 9676297.
HSL color Cylindrical-coordinate representation of color #09A693: hue angle of 172.74º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A693 is Cyan = 0.95, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 9 | 166 | 147 | - |
| CMYK | 0.95 | 0 | 0.11 | 0.35 |
| HSL | 172.74º | 0.9% | 0.34% | - |
| HSV(B) | 172.74º | 0.95% | 0.65% | - |
| XYZ | 19.02 | 29.44 | 32.28 | - |
| YUV | 116.89 | 144.99 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 166 | 147 | 0.95 | 0 | 0.11 | 0.35 | 172.74 | 0.9 | 0.34 |
| Hex | 9 | A6 | 93 | 5F | 0 | B | 23 | AD | 5A | 22 |
| Octal | 11 | 246 | 223 | 137 | 0 | 13 | 43 | 255 | 132 | 42 |
| Binary | 1001 | 10100110 | 10010011 | 1011111 | 0 | 1011 | 100011 | 10101101 | 1011010 | 100010 |
Color Harmonies of #09A693
Complementary color
Monochromatic Colors of #09A693
Black with #09A693
Text Example
Text Example
White with #09A693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A693; }
p { color: rgb(9,166,147); }
H1.HeaderClassName
{
color: #09A693;
}
.AnyTagClassName
{
color: #09A693;
}
</style>
background-color css
<style>
a { background-color: #09A693; }
a { background-color: rgb(9,166,147); }
div.DivClassName
{
background-color: #09A693;
}
.BgClassName
{
background-color: #09A693;
}
</style>
border-color css
<style>
span { border-color: #09A693; }
span { border-color: rgb(9,166,147); }
td.TdClassName
{
border-color: #09A693;
}
.TagClassName
{
border-color: #09A693;
}
</style>