Shades of Islamic Green #0AC505
Tints of Islamic Green #0AC505
RGB
CMYK
RGB Variations
Color information
#0AC505 (or 0x0AC505) is known color: Islamic Green. HEX triplet: 0A, C5 and 05. RGB value is (10,197,5). Sum of RGB (Red+Green+Blue) = 10+197+5=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 197 (77.34% from 255 or 92.92% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC505 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC505 is #F53AFA. Grayscale: #777777. Windows color (decimal): -16071419 or 378122. OLE color: 378122.
HSL color Cylindrical-coordinate representation of color #0AC505: hue angle of 118.44º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0AC505 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 5 | - |
| CMYK | 0.95 | 0 | 0.97 | 0.23 |
| HSL | 118.44º | 0.95% | 0.4% | - |
| HSV(B) | 118.44º | 0.97% | 0.77% | - |
| XYZ | 20.12 | 40.01 | 6.81 | - |
| YUV | 119.2 | 63.55 | 50.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 5 | 0.95 | 0 | 0.97 | 0.23 | 118.44 | 0.95 | 0.4 |
| Hex | A | C5 | 5 | 5F | 0 | 61 | 17 | 76 | 5F | 28 |
| Octal | 12 | 305 | 5 | 137 | 0 | 141 | 27 | 166 | 137 | 50 |
| Binary | 1010 | 11000101 | 101 | 1011111 | 0 | 1100001 | 10111 | 1110110 | 1011111 | 101000 |
Color Harmonies of #0AC505
Complementary color
Monochromatic Colors of #0AC505
Black with #0AC505
Text Example
Text Example
White with #0AC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC505; }
p { color: rgb(10,197,5); }
H1.HeaderClassName
{
color: #0AC505;
}
.AnyTagClassName
{
color: #0AC505;
}
</style>
background-color css
<style>
a { background-color: #0AC505; }
a { background-color: rgb(10,197,5); }
div.DivClassName
{
background-color: #0AC505;
}
.BgClassName
{
background-color: #0AC505;
}
</style>
border-color css
<style>
span { border-color: #0AC505; }
span { border-color: rgb(10,197,5); }
td.TdClassName
{
border-color: #0AC505;
}
.TagClassName
{
border-color: #0AC505;
}
</style>