Shades of Islamic Green #0AC80B
Tints of Islamic Green #0AC80B
RGB
CMYK
RGB Variations
Color information
#0AC80B (or 0x0AC80B) is known color: Islamic Green. HEX triplet: 0A, C8 and 0B. RGB value is (10,200,11). Sum of RGB (Red+Green+Blue) = 10+200+11=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 200 (78.52% from 255 or 90.50% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC80B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC80B is #F537F4. Grayscale: #7A7A7A. Windows color (decimal): -16070645 or 772106. OLE color: 772106.
HSL color Cylindrical-coordinate representation of color #0AC80B: hue angle of 120.32º 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 #0AC80B is Cyan = 0.95, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 11 | - |
| CMYK | 0.95 | 0 | 0.94 | 0.22 |
| HSL | 120.32º | 0.9% | 0.41% | - |
| HSV(B) | 120.32º | 0.95% | 0.78% | - |
| XYZ | 20.84 | 41.4 | 7.21 | - |
| YUV | 121.64 | 65.55 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 11 | 0.95 | 0 | 0.94 | 0.22 | 120.32 | 0.9 | 0.41 |
| Hex | A | C8 | B | 5F | 0 | 5E | 16 | 78 | 5A | 29 |
| Octal | 12 | 310 | 13 | 137 | 0 | 136 | 26 | 170 | 132 | 51 |
| Binary | 1010 | 11001000 | 1011 | 1011111 | 0 | 1011110 | 10110 | 1111000 | 1011010 | 101001 |
Color Harmonies of #0AC80B
Complementary color
Monochromatic Colors of #0AC80B
Black with #0AC80B
Text Example
Text Example
White with #0AC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC80B; }
p { color: rgb(10,200,11); }
H1.HeaderClassName
{
color: #0AC80B;
}
.AnyTagClassName
{
color: #0AC80B;
}
</style>
background-color css
<style>
a { background-color: #0AC80B; }
a { background-color: rgb(10,200,11); }
div.DivClassName
{
background-color: #0AC80B;
}
.BgClassName
{
background-color: #0AC80B;
}
</style>
border-color css
<style>
span { border-color: #0AC80B; }
span { border-color: rgb(10,200,11); }
td.TdClassName
{
border-color: #0AC80B;
}
.TagClassName
{
border-color: #0AC80B;
}
</style>