Shades of Islamic Green #0AC601
Tints of Islamic Green #0AC601
RGB
CMYK
RGB Variations
Color information
#0AC601 (or 0x0AC601) is known color: Islamic Green. HEX triplet: 0A, C6 and 01. RGB value is (10,198,1). Sum of RGB (Red+Green+Blue) = 10+198+1=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 198 (77.73% from 255 or 94.74% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC601 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC601 is #F539FE. Grayscale: #777777. Windows color (decimal): -16071167 or 116234. OLE color: 116234.
HSL color Cylindrical-coordinate representation of color #0AC601: hue angle of 117.26º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AC601 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 1 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.22 |
| HSL | 117.26º | 0.99% | 0.39% | - |
| HSV(B) | 117.26º | 0.99% | 0.78% | - |
| XYZ | 20.32 | 40.45 | 6.77 | - |
| YUV | 119.33 | 61.22 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 1 | 0.95 | 0 | 0.99 | 0.22 | 117.26 | 0.99 | 0.39 |
| Hex | A | C6 | 1 | 5F | 0 | 63 | 16 | 75 | 63 | 27 |
| Octal | 12 | 306 | 1 | 137 | 0 | 143 | 26 | 165 | 143 | 47 |
| Binary | 1010 | 11000110 | 1 | 1011111 | 0 | 1100011 | 10110 | 1110101 | 1100011 | 100111 |
Color Harmonies of #0AC601
Complementary color
Monochromatic Colors of #0AC601
Black with #0AC601
Text Example
Text Example
White with #0AC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC601; }
p { color: rgb(10,198,1); }
H1.HeaderClassName
{
color: #0AC601;
}
.AnyTagClassName
{
color: #0AC601;
}
</style>
background-color css
<style>
a { background-color: #0AC601; }
a { background-color: rgb(10,198,1); }
div.DivClassName
{
background-color: #0AC601;
}
.BgClassName
{
background-color: #0AC601;
}
</style>
border-color css
<style>
span { border-color: #0AC601; }
span { border-color: rgb(10,198,1); }
td.TdClassName
{
border-color: #0AC601;
}
.TagClassName
{
border-color: #0AC601;
}
</style>