Shades of Islamic Green #0AC50F
Tints of Islamic Green #0AC50F
RGB
CMYK
RGB Variations
Color information
#0AC50F (or 0x0AC50F) is known color: Islamic Green. HEX triplet: 0A, C5 and 0F. RGB value is (10,197,15). Sum of RGB (Red+Green+Blue) = 10+197+15=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 197 (77.34% from 255 or 88.74% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 197 - color contains mainly: green. Hex color #0AC50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC50F is #F53AF0. Grayscale: #787878. Windows color (decimal): -16071409 or 1033482. OLE color: 1033482.
HSL color Cylindrical-coordinate representation of color #0AC50F: hue angle of 121.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC50F is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 197 | 15 | - |
| CMYK | 0.95 | 0 | 0.92 | 0.23 |
| HSL | 121.6º | 0.9% | 0.41% | - |
| HSV(B) | 121.6º | 0.95% | 0.77% | - |
| XYZ | 20.18 | 40.03 | 7.12 | - |
| YUV | 120.34 | 68.55 | 49.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 197 | 15 | 0.95 | 0 | 0.92 | 0.23 | 121.6 | 0.9 | 0.41 |
| Hex | A | C5 | F | 5F | 0 | 5C | 17 | 7A | 5A | 29 |
| Octal | 12 | 305 | 17 | 137 | 0 | 134 | 27 | 172 | 132 | 51 |
| Binary | 1010 | 11000101 | 1111 | 1011111 | 0 | 1011100 | 10111 | 1111010 | 1011010 | 101001 |
Color Harmonies of #0AC50F
Complementary color
Monochromatic Colors of #0AC50F
Black with #0AC50F
Text Example
Text Example
White with #0AC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC50F; }
p { color: rgb(10,197,15); }
H1.HeaderClassName
{
color: #0AC50F;
}
.AnyTagClassName
{
color: #0AC50F;
}
</style>
background-color css
<style>
a { background-color: #0AC50F; }
a { background-color: rgb(10,197,15); }
div.DivClassName
{
background-color: #0AC50F;
}
.BgClassName
{
background-color: #0AC50F;
}
</style>
border-color css
<style>
span { border-color: #0AC50F; }
span { border-color: rgb(10,197,15); }
td.TdClassName
{
border-color: #0AC50F;
}
.TagClassName
{
border-color: #0AC50F;
}
</style>