Shades of Persian Green #09A384
Tints of Persian Green #09A384
RGB
CMYK
RGB Variations
Color information
#09A384 (or 0x09A384) is known color: Persian Green. HEX triplet: 09, A3 and 84. RGB value is (9,163,132). Sum of RGB (Red+Green+Blue) = 9+163+132=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 163 (64.06% from 255 or 53.62% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 163 - color contains mainly: green. Hex color #09A384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A384 is #F65C7B. Grayscale: #717171. Windows color (decimal): -16145532 or 8692489. OLE color: 8692489.
HSL color Cylindrical-coordinate representation of color #09A384: hue angle of 167.92º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A384 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 9 | 163 | 132 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.36 |
| HSL | 167.92º | 0.9% | 0.34% | - |
| HSV(B) | 167.92º | 0.94% | 0.64% | - |
| XYZ | 17.37 | 27.92 | 26.3 | - |
| YUV | 113.42 | 138.48 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 163 | 132 | 0.94 | 0 | 0.19 | 0.36 | 167.92 | 0.9 | 0.34 |
| Hex | 9 | A3 | 84 | 5E | 0 | 13 | 24 | A8 | 5A | 22 |
| Octal | 11 | 243 | 204 | 136 | 0 | 23 | 44 | 250 | 132 | 42 |
| Binary | 1001 | 10100011 | 10000100 | 1011110 | 0 | 10011 | 100100 | 10101000 | 1011010 | 100010 |
Color Harmonies of #09A384
Complementary color
Monochromatic Colors of #09A384
Black with #09A384
Text Example
Text Example
White with #09A384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A384; }
p { color: rgb(9,163,132); }
H1.HeaderClassName
{
color: #09A384;
}
.AnyTagClassName
{
color: #09A384;
}
</style>
background-color css
<style>
a { background-color: #09A384; }
a { background-color: rgb(9,163,132); }
div.DivClassName
{
background-color: #09A384;
}
.BgClassName
{
background-color: #09A384;
}
</style>
border-color css
<style>
span { border-color: #09A384; }
span { border-color: rgb(9,163,132); }
td.TdClassName
{
border-color: #09A384;
}
.TagClassName
{
border-color: #09A384;
}
</style>