Shades of Islamic Green #0AC905
Tints of Islamic Green #0AC905
RGB
CMYK
RGB Variations
Color information
#0AC905 (or 0x0AC905) is known color: Islamic Green. HEX triplet: 0A, C9 and 05. RGB value is (10,201,5). Sum of RGB (Red+Green+Blue) = 10+201+5=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 201 (78.91% from 255 or 93.06% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC905 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC905 is #F536FA. Grayscale: #7A7A7A. Windows color (decimal): -16070395 or 379146. OLE color: 379146.
HSL color Cylindrical-coordinate representation of color #0AC905: hue angle of 118.47º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AC905 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 5 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.21 |
| HSL | 118.47º | 0.95% | 0.4% | - |
| HSV(B) | 118.47º | 0.98% | 0.79% | - |
| XYZ | 21.04 | 41.85 | 7.11 | - |
| YUV | 121.55 | 62.22 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 5 | 0.95 | 0 | 0.98 | 0.21 | 118.47 | 0.95 | 0.4 |
| Hex | A | C9 | 5 | 5F | 0 | 62 | 15 | 76 | 5F | 28 |
| Octal | 12 | 311 | 5 | 137 | 0 | 142 | 25 | 166 | 137 | 50 |
| Binary | 1010 | 11001001 | 101 | 1011111 | 0 | 1100010 | 10101 | 1110110 | 1011111 | 101000 |
Color Harmonies of #0AC905
Complementary color
Monochromatic Colors of #0AC905
Black with #0AC905
Text Example
Text Example
White with #0AC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC905; }
p { color: rgb(10,201,5); }
H1.HeaderClassName
{
color: #0AC905;
}
.AnyTagClassName
{
color: #0AC905;
}
</style>
background-color css
<style>
a { background-color: #0AC905; }
a { background-color: rgb(10,201,5); }
div.DivClassName
{
background-color: #0AC905;
}
.BgClassName
{
background-color: #0AC905;
}
</style>
border-color css
<style>
span { border-color: #0AC905; }
span { border-color: rgb(10,201,5); }
td.TdClassName
{
border-color: #0AC905;
}
.TagClassName
{
border-color: #0AC905;
}
</style>