Shades of Islamic Green #0AA614
Tints of Islamic Green #0AA614
RGB
CMYK
RGB Variations
Color information
#0AA614 (or 0x0AA614) is known color: Islamic Green. HEX triplet: 0A, A6 and 14. RGB value is (10,166,20). Sum of RGB (Red+Green+Blue) = 10+166+20=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 166 (65.23% from 255 or 84.69% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 166 - color contains mainly: green. Hex color #0AA614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA614 is #F559EB. Grayscale: #676767. Windows color (decimal): -16079340 or 1353226. OLE color: 1353226.
HSL color Cylindrical-coordinate representation of color #0AA614: hue angle of 123.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA614 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 166 | 20 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.35 |
| HSL | 123.85º | 0.89% | 0.35% | - |
| HSV(B) | 123.85º | 0.94% | 0.65% | - |
| XYZ | 13.89 | 27.39 | 5.22 | - |
| YUV | 102.71 | 81.32 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 166 | 20 | 0.94 | 0 | 0.88 | 0.35 | 123.85 | 0.89 | 0.35 |
| Hex | A | A6 | 14 | 5E | 0 | 58 | 23 | 7C | 59 | 23 |
| Octal | 12 | 246 | 24 | 136 | 0 | 130 | 43 | 174 | 131 | 43 |
| Binary | 1010 | 10100110 | 10100 | 1011110 | 0 | 1011000 | 100011 | 1111100 | 1011001 | 100011 |
Color Harmonies of #0AA614
Complementary color
Monochromatic Colors of #0AA614
Black with #0AA614
Text Example
Text Example
White with #0AA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA614; }
p { color: rgb(10,166,20); }
H1.HeaderClassName
{
color: #0AA614;
}
.AnyTagClassName
{
color: #0AA614;
}
</style>
background-color css
<style>
a { background-color: #0AA614; }
a { background-color: rgb(10,166,20); }
div.DivClassName
{
background-color: #0AA614;
}
.BgClassName
{
background-color: #0AA614;
}
</style>
border-color css
<style>
span { border-color: #0AA614; }
span { border-color: rgb(10,166,20); }
td.TdClassName
{
border-color: #0AA614;
}
.TagClassName
{
border-color: #0AA614;
}
</style>