Shades of Islamic Green #0AC501
Tints of Islamic Green #0AC501
RGB
CMYK
RGB Variations
Color information
#0AC501 (or 0x0AC501) is known color: Islamic Green. HEX triplet: 0A, C5 and 01. RGB value is (10,197,1). Sum of RGB (Red+Green+Blue) = 10+197+1=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 197 (77.34% from 255 or 94.71% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC501 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC501 is #F53AFE. Grayscale: #777777. Windows color (decimal): -16071423 or 115978. OLE color: 115978.
HSL color Cylindrical-coordinate representation of color #0AC501: hue angle of 117.24º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AC501 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 1 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.23 |
| HSL | 117.24º | 0.99% | 0.39% | - |
| HSV(B) | 117.24º | 0.99% | 0.77% | - |
| XYZ | 20.1 | 40 | 6.69 | - |
| YUV | 118.74 | 61.55 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 1 | 0.95 | 0 | 0.99 | 0.23 | 117.24 | 0.99 | 0.39 |
| Hex | A | C5 | 1 | 5F | 0 | 63 | 17 | 75 | 63 | 27 |
| Octal | 12 | 305 | 1 | 137 | 0 | 143 | 27 | 165 | 143 | 47 |
| Binary | 1010 | 11000101 | 1 | 1011111 | 0 | 1100011 | 10111 | 1110101 | 1100011 | 100111 |
Color Harmonies of #0AC501
Complementary color
Monochromatic Colors of #0AC501
Black with #0AC501
Text Example
Text Example
White with #0AC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC501; }
p { color: rgb(10,197,1); }
H1.HeaderClassName
{
color: #0AC501;
}
.AnyTagClassName
{
color: #0AC501;
}
</style>
background-color css
<style>
a { background-color: #0AC501; }
a { background-color: rgb(10,197,1); }
div.DivClassName
{
background-color: #0AC501;
}
.BgClassName
{
background-color: #0AC501;
}
</style>
border-color css
<style>
span { border-color: #0AC501; }
span { border-color: rgb(10,197,1); }
td.TdClassName
{
border-color: #0AC501;
}
.TagClassName
{
border-color: #0AC501;
}
</style>