Shades of Islamic Green #0AC113
Tints of Islamic Green #0AC113
RGB
CMYK
RGB Variations
Color information
#0AC113 (or 0x0AC113) is known color: Islamic Green. HEX triplet: 0A, C1 and 13. RGB value is (10,193,19). Sum of RGB (Red+Green+Blue) = 10+193+19=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 193 (75.78% from 255 or 86.94% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC113 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC113 is #F53EEC. Grayscale: #767676. Windows color (decimal): -16072429 or 1294602. OLE color: 1294602.
HSL color Cylindrical-coordinate representation of color #0AC113: hue angle of 122.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC113 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 193 | 19 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.24 |
| HSL | 122.95º | 0.9% | 0.4% | - |
| HSV(B) | 122.95º | 0.95% | 0.76% | - |
| XYZ | 19.31 | 38.25 | 6.98 | - |
| YUV | 118.45 | 71.87 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 193 | 19 | 0.95 | 0 | 0.90 | 0.24 | 122.95 | 0.9 | 0.4 |
| Hex | A | C1 | 13 | 5F | 0 | 5A | 18 | 7B | 5A | 28 |
| Octal | 12 | 301 | 23 | 137 | 0 | 132 | 30 | 173 | 132 | 50 |
| Binary | 1010 | 11000001 | 10011 | 1011111 | 0 | 1011010 | 11000 | 1111011 | 1011010 | 101000 |
Color Harmonies of #0AC113
Complementary color
Monochromatic Colors of #0AC113
Black with #0AC113
Text Example
Text Example
White with #0AC113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC113; }
p { color: rgb(10,193,19); }
H1.HeaderClassName
{
color: #0AC113;
}
.AnyTagClassName
{
color: #0AC113;
}
</style>
background-color css
<style>
a { background-color: #0AC113; }
a { background-color: rgb(10,193,19); }
div.DivClassName
{
background-color: #0AC113;
}
.BgClassName
{
background-color: #0AC113;
}
</style>
border-color css
<style>
span { border-color: #0AC113; }
span { border-color: rgb(10,193,19); }
td.TdClassName
{
border-color: #0AC113;
}
.TagClassName
{
border-color: #0AC113;
}
</style>