Shades of Persian Green #03A096
Tints of Persian Green #03A096
RGB
CMYK
RGB Variations
Color information
#03A096 (or 0x03A096) is known color: Persian Green. HEX triplet: 03, A0 and 96. RGB value is (3,160,150). Sum of RGB (Red+Green+Blue) = 3+160+150=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #03A096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A096 is #FC5F69. Grayscale: #6F6F6F. Windows color (decimal): -16539498 or 9871363. OLE color: 9871363.
HSL color Cylindrical-coordinate representation of color #03A096: hue angle of 176.18º 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 #03A096 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 150 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.37 |
| HSL | 176.18º | 0.96% | 0.32% | - |
| HSV(B) | 176.18º | 0.98% | 0.63% | - |
| XYZ | 18.11 | 27.36 | 33.18 | - |
| YUV | 111.92 | 149.49 | 50.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 150 | 0.98 | 0 | 0.06 | 0.37 | 176.18 | 0.96 | 0.32 |
| Hex | 3 | A0 | 96 | 62 | 0 | 6 | 25 | B0 | 60 | 20 |
| Octal | 3 | 240 | 226 | 142 | 0 | 6 | 45 | 260 | 140 | 40 |
| Binary | 11 | 10100000 | 10010110 | 1100010 | 0 | 110 | 100101 | 10110000 | 1100000 | 100000 |
Color Harmonies of #03A096
Complementary color
Monochromatic Colors of #03A096
Black with #03A096
Text Example
Text Example
White with #03A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A096; }
p { color: rgb(3,160,150); }
H1.HeaderClassName
{
color: #03A096;
}
.AnyTagClassName
{
color: #03A096;
}
</style>
background-color css
<style>
a { background-color: #03A096; }
a { background-color: rgb(3,160,150); }
div.DivClassName
{
background-color: #03A096;
}
.BgClassName
{
background-color: #03A096;
}
</style>
border-color css
<style>
span { border-color: #03A096; }
span { border-color: rgb(3,160,150); }
td.TdClassName
{
border-color: #03A096;
}
.TagClassName
{
border-color: #03A096;
}
</style>