Shades of Islamic Green #0AC60C
Tints of Islamic Green #0AC60C
RGB
CMYK
RGB Variations
Color information
#0AC60C (or 0x0AC60C) is known color: Islamic Green. HEX triplet: 0A, C6 and 0C. RGB value is (10,198,12). Sum of RGB (Red+Green+Blue) = 10+198+12=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 198 (77.73% from 255 or 90% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC60C is #F539F3. Grayscale: #797979. Windows color (decimal): -16071156 or 837130. OLE color: 837130.
HSL color Cylindrical-coordinate representation of color #0AC60C: hue angle of 120.64º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC60C is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 12 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.22 |
| HSL | 120.64º | 0.9% | 0.41% | - |
| HSV(B) | 120.64º | 0.95% | 0.78% | - |
| XYZ | 20.39 | 40.48 | 7.09 | - |
| YUV | 120.58 | 66.72 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 12 | 0.95 | 0 | 0.94 | 0.22 | 120.64 | 0.9 | 0.41 |
| Hex | A | C6 | C | 5F | 0 | 5E | 16 | 79 | 5A | 29 |
| Octal | 12 | 306 | 14 | 137 | 0 | 136 | 26 | 171 | 132 | 51 |
| Binary | 1010 | 11000110 | 1100 | 1011111 | 0 | 1011110 | 10110 | 1111001 | 1011010 | 101001 |
Color Harmonies of #0AC60C
Complementary color
Monochromatic Colors of #0AC60C
Black with #0AC60C
Text Example
Text Example
White with #0AC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC60C; }
p { color: rgb(10,198,12); }
H1.HeaderClassName
{
color: #0AC60C;
}
.AnyTagClassName
{
color: #0AC60C;
}
</style>
background-color css
<style>
a { background-color: #0AC60C; }
a { background-color: rgb(10,198,12); }
div.DivClassName
{
background-color: #0AC60C;
}
.BgClassName
{
background-color: #0AC60C;
}
</style>
border-color css
<style>
span { border-color: #0AC60C; }
span { border-color: rgb(10,198,12); }
td.TdClassName
{
border-color: #0AC60C;
}
.TagClassName
{
border-color: #0AC60C;
}
</style>