Shades of Islamic Green #0AC00B
Tints of Islamic Green #0AC00B
RGB
CMYK
RGB Variations
Color information
#0AC00B (or 0x0AC00B) is known color: Islamic Green. HEX triplet: 0A, C0 and 0B. RGB value is (10,192,11). Sum of RGB (Red+Green+Blue) = 10+192+11=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 192 (75.39% from 255 or 90.14% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC00B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC00B is #F53FF4. Grayscale: #757575. Windows color (decimal): -16072693 or 770058. OLE color: 770058.
HSL color Cylindrical-coordinate representation of color #0AC00B: hue angle of 120.33º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC00B is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 11 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.25 |
| HSL | 120.33º | 0.9% | 0.4% | - |
| HSV(B) | 120.33º | 0.95% | 0.75% | - |
| XYZ | 19.04 | 37.79 | 6.61 | - |
| YUV | 116.95 | 68.2 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 11 | 0.95 | 0 | 0.94 | 0.25 | 120.33 | 0.9 | 0.4 |
| Hex | A | C0 | B | 5F | 0 | 5E | 19 | 78 | 5A | 28 |
| Octal | 12 | 300 | 13 | 137 | 0 | 136 | 31 | 170 | 132 | 50 |
| Binary | 1010 | 11000000 | 1011 | 1011111 | 0 | 1011110 | 11001 | 1111000 | 1011010 | 101000 |
Color Harmonies of #0AC00B
Complementary color
Monochromatic Colors of #0AC00B
Black with #0AC00B
Text Example
Text Example
White with #0AC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC00B; }
p { color: rgb(10,192,11); }
H1.HeaderClassName
{
color: #0AC00B;
}
.AnyTagClassName
{
color: #0AC00B;
}
</style>
background-color css
<style>
a { background-color: #0AC00B; }
a { background-color: rgb(10,192,11); }
div.DivClassName
{
background-color: #0AC00B;
}
.BgClassName
{
background-color: #0AC00B;
}
</style>
border-color css
<style>
span { border-color: #0AC00B; }
span { border-color: rgb(10,192,11); }
td.TdClassName
{
border-color: #0AC00B;
}
.TagClassName
{
border-color: #0AC00B;
}
</style>