Shades of Islamic Green #03AA10
Tints of Islamic Green #03AA10
RGB
CMYK
RGB Variations
Color information
#03AA10 (or 0x03AA10) is known color: Islamic Green. HEX triplet: 03, AA and 10. RGB value is (3,170,16). Sum of RGB (Red+Green+Blue) = 3+170+16=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 170 (66.80% from 255 or 89.95% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03AA10 is #FC55EF. Grayscale: #666666. Windows color (decimal): -16537072 or 1092099. OLE color: 1092099.
HSL color Cylindrical-coordinate representation of color #03AA10: hue angle of 124.67º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AA10 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 170 | 16 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.33 |
| HSL | 124.67º | 0.97% | 0.34% | - |
| HSV(B) | 124.67º | 0.98% | 0.67% | - |
| XYZ | 14.51 | 28.81 | 5.29 | - |
| YUV | 102.51 | 79.17 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 170 | 16 | 0.98 | 0 | 0.91 | 0.33 | 124.67 | 0.97 | 0.34 |
| Hex | 3 | AA | 10 | 62 | 0 | 5B | 21 | 7D | 61 | 22 |
| Octal | 3 | 252 | 20 | 142 | 0 | 133 | 41 | 175 | 141 | 42 |
| Binary | 11 | 10101010 | 10000 | 1100010 | 0 | 1011011 | 100001 | 1111101 | 1100001 | 100010 |
Color Harmonies of #03AA10
Complementary color
Monochromatic Colors of #03AA10
Black with #03AA10
Text Example
Text Example
White with #03AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03AA10; }
p { color: rgb(3,170,16); }
H1.HeaderClassName
{
color: #03AA10;
}
.AnyTagClassName
{
color: #03AA10;
}
</style>
background-color css
<style>
a { background-color: #03AA10; }
a { background-color: rgb(3,170,16); }
div.DivClassName
{
background-color: #03AA10;
}
.BgClassName
{
background-color: #03AA10;
}
</style>
border-color css
<style>
span { border-color: #03AA10; }
span { border-color: rgb(3,170,16); }
td.TdClassName
{
border-color: #03AA10;
}
.TagClassName
{
border-color: #03AA10;
}
</style>