Shades of Persian Green #03A095
Tints of Persian Green #03A095
RGB
CMYK
RGB Variations
Color information
#03A095 (or 0x03A095) is known color: Persian Green. HEX triplet: 03, A0 and 95. RGB value is (3,160,149). Sum of RGB (Red+Green+Blue) = 3+160+149=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #03A095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A095 is #FC5F6A. Grayscale: #6F6F6F. Windows color (decimal): -16539499 or 9805827. OLE color: 9805827.
HSL color Cylindrical-coordinate representation of color #03A095: hue angle of 175.8º 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 #03A095 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 149 | - |
| CMYK | 0.98 | 0 | 0.07 | 0.37 |
| HSL | 175.8º | 0.96% | 0.32% | - |
| HSV(B) | 175.8º | 0.98% | 0.63% | - |
| XYZ | 18.03 | 27.33 | 32.76 | - |
| YUV | 111.8 | 148.99 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 149 | 0.98 | 0 | 0.07 | 0.37 | 175.8 | 0.96 | 0.32 |
| Hex | 3 | A0 | 95 | 62 | 0 | 7 | 25 | B0 | 60 | 20 |
| Octal | 3 | 240 | 225 | 142 | 0 | 7 | 45 | 260 | 140 | 40 |
| Binary | 11 | 10100000 | 10010101 | 1100010 | 0 | 111 | 100101 | 10110000 | 1100000 | 100000 |
Color Harmonies of #03A095
Complementary color
Monochromatic Colors of #03A095
Black with #03A095
Text Example
Text Example
White with #03A095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A095; }
p { color: rgb(3,160,149); }
H1.HeaderClassName
{
color: #03A095;
}
.AnyTagClassName
{
color: #03A095;
}
</style>
background-color css
<style>
a { background-color: #03A095; }
a { background-color: rgb(3,160,149); }
div.DivClassName
{
background-color: #03A095;
}
.BgClassName
{
background-color: #03A095;
}
</style>
border-color css
<style>
span { border-color: #03A095; }
span { border-color: rgb(3,160,149); }
td.TdClassName
{
border-color: #03A095;
}
.TagClassName
{
border-color: #03A095;
}
</style>