Shades of Islamic Green #0AC213
Tints of Islamic Green #0AC213
RGB
CMYK
RGB Variations
Color information
#0AC213 (or 0x0AC213) is known color: Islamic Green. HEX triplet: 0A, C2 and 13. RGB value is (10,194,19). Sum of RGB (Red+Green+Blue) = 10+194+19=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 194 (76.17% from 255 or 87.00% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC213 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC213 is #F53DEC. Grayscale: #777777. Windows color (decimal): -16072173 or 1294858. OLE color: 1294858.
HSL color Cylindrical-coordinate representation of color #0AC213: hue angle of 122.93º 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 #0AC213 is Cyan = 0.95, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 19 | - |
| CMYK | 0.95 | 0 | 0.90 | 0.24 |
| HSL | 122.93º | 0.9% | 0.4% | - |
| HSV(B) | 122.93º | 0.95% | 0.76% | - |
| XYZ | 19.53 | 38.7 | 7.06 | - |
| YUV | 119.03 | 71.54 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 19 | 0.95 | 0 | 0.90 | 0.24 | 122.93 | 0.9 | 0.4 |
| Hex | A | C2 | 13 | 5F | 0 | 5A | 18 | 7B | 5A | 28 |
| Octal | 12 | 302 | 23 | 137 | 0 | 132 | 30 | 173 | 132 | 50 |
| Binary | 1010 | 11000010 | 10011 | 1011111 | 0 | 1011010 | 11000 | 1111011 | 1011010 | 101000 |
Color Harmonies of #0AC213
Complementary color
Monochromatic Colors of #0AC213
Black with #0AC213
Text Example
Text Example
White with #0AC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC213; }
p { color: rgb(10,194,19); }
H1.HeaderClassName
{
color: #0AC213;
}
.AnyTagClassName
{
color: #0AC213;
}
</style>
background-color css
<style>
a { background-color: #0AC213; }
a { background-color: rgb(10,194,19); }
div.DivClassName
{
background-color: #0AC213;
}
.BgClassName
{
background-color: #0AC213;
}
</style>
border-color css
<style>
span { border-color: #0AC213; }
span { border-color: rgb(10,194,19); }
td.TdClassName
{
border-color: #0AC213;
}
.TagClassName
{
border-color: #0AC213;
}
</style>