Shades of Persian Green #03A489
Tints of Persian Green #03A489
RGB
CMYK
RGB Variations
Color information
#03A489 (or 0x03A489) is known color: Persian Green. HEX triplet: 03, A4 and 89. RGB value is (3,164,137). Sum of RGB (Red+Green+Blue) = 3+164+137=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #03A489 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A489 is #FC5B76. Grayscale: #707070. Windows color (decimal): -16538487 or 9020419. OLE color: 9020419.
HSL color Cylindrical-coordinate representation of color #03A489: hue angle of 169.94º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A489 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 164 | 137 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.36 |
| HSL | 169.94º | 0.96% | 0.33% | - |
| HSV(B) | 169.94º | 0.98% | 0.64% | - |
| XYZ | 17.83 | 28.38 | 28.2 | - |
| YUV | 112.78 | 141.66 | 49.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 137 | 0.98 | 0 | 0.16 | 0.36 | 169.94 | 0.96 | 0.33 |
| Hex | 3 | A4 | 89 | 62 | 0 | 10 | 24 | AA | 60 | 21 |
| Octal | 3 | 244 | 211 | 142 | 0 | 20 | 44 | 252 | 140 | 41 |
| Binary | 11 | 10100100 | 10001001 | 1100010 | 0 | 10000 | 100100 | 10101010 | 1100000 | 100001 |
Color Harmonies of #03A489
Complementary color
Monochromatic Colors of #03A489
Black with #03A489
Text Example
Text Example
White with #03A489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A489; }
p { color: rgb(3,164,137); }
H1.HeaderClassName
{
color: #03A489;
}
.AnyTagClassName
{
color: #03A489;
}
</style>
background-color css
<style>
a { background-color: #03A489; }
a { background-color: rgb(3,164,137); }
div.DivClassName
{
background-color: #03A489;
}
.BgClassName
{
background-color: #03A489;
}
</style>
border-color css
<style>
span { border-color: #03A489; }
span { border-color: rgb(3,164,137); }
td.TdClassName
{
border-color: #03A489;
}
.TagClassName
{
border-color: #03A489;
}
</style>