Shades of Persian Green #03A091
Tints of Persian Green #03A091
RGB
CMYK
RGB Variations
Color information
#03A091 (or 0x03A091) is known color: Persian Green. HEX triplet: 03, A0 and 91. RGB value is (3,160,145). Sum of RGB (Red+Green+Blue) = 3+160+145=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #03A091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A091 is #FC5F6E. Grayscale: #6F6F6F. Windows color (decimal): -16539503 or 9543683. OLE color: 9543683.
HSL color Cylindrical-coordinate representation of color #03A091: hue angle of 174.27º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A091 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 145 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.37 |
| HSL | 174.27º | 0.96% | 0.32% | - |
| HSV(B) | 174.27º | 0.98% | 0.63% | - |
| XYZ | 17.72 | 27.21 | 31.11 | - |
| YUV | 111.35 | 146.99 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 145 | 0.98 | 0 | 0.09 | 0.37 | 174.27 | 0.96 | 0.32 |
| Hex | 3 | A0 | 91 | 62 | 0 | 9 | 25 | AE | 60 | 20 |
| Octal | 3 | 240 | 221 | 142 | 0 | 11 | 45 | 256 | 140 | 40 |
| Binary | 11 | 10100000 | 10010001 | 1100010 | 0 | 1001 | 100101 | 10101110 | 1100000 | 100000 |
Color Harmonies of #03A091
Complementary color
Monochromatic Colors of #03A091
Black with #03A091
Text Example
Text Example
White with #03A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A091; }
p { color: rgb(3,160,145); }
H1.HeaderClassName
{
color: #03A091;
}
.AnyTagClassName
{
color: #03A091;
}
</style>
background-color css
<style>
a { background-color: #03A091; }
a { background-color: rgb(3,160,145); }
div.DivClassName
{
background-color: #03A091;
}
.BgClassName
{
background-color: #03A091;
}
</style>
border-color css
<style>
span { border-color: #03A091; }
span { border-color: rgb(3,160,145); }
td.TdClassName
{
border-color: #03A091;
}
.TagClassName
{
border-color: #03A091;
}
</style>