Shades of Islamic Green #0AC307
Tints of Islamic Green #0AC307
RGB
CMYK
RGB Variations
Color information
#0AC307 (or 0x0AC307) is known color: Islamic Green. HEX triplet: 0A, C3 and 07. RGB value is (10,195,7). Sum of RGB (Red+Green+Blue) = 10+195+7=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 195 (76.56% from 255 or 91.98% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC307 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC307 is #F53CF8. Grayscale: #767676. Windows color (decimal): -16071929 or 508682. OLE color: 508682.
HSL color Cylindrical-coordinate representation of color #0AC307: hue angle of 119.04º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AC307 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 7 | - |
| CMYK | 0.95 | 0 | 0.96 | 0.24 |
| HSL | 119.04º | 0.93% | 0.4% | - |
| HSV(B) | 119.04º | 0.96% | 0.76% | - |
| XYZ | 19.68 | 39.11 | 6.71 | - |
| YUV | 118.25 | 65.21 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 7 | 0.95 | 0 | 0.96 | 0.24 | 119.04 | 0.93 | 0.4 |
| Hex | A | C3 | 7 | 5F | 0 | 60 | 18 | 77 | 5D | 28 |
| Octal | 12 | 303 | 7 | 137 | 0 | 140 | 30 | 167 | 135 | 50 |
| Binary | 1010 | 11000011 | 111 | 1011111 | 0 | 1100000 | 11000 | 1110111 | 1011101 | 101000 |
Color Harmonies of #0AC307
Complementary color
Monochromatic Colors of #0AC307
Black with #0AC307
Text Example
Text Example
White with #0AC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC307; }
p { color: rgb(10,195,7); }
H1.HeaderClassName
{
color: #0AC307;
}
.AnyTagClassName
{
color: #0AC307;
}
</style>
background-color css
<style>
a { background-color: #0AC307; }
a { background-color: rgb(10,195,7); }
div.DivClassName
{
background-color: #0AC307;
}
.BgClassName
{
background-color: #0AC307;
}
</style>
border-color css
<style>
span { border-color: #0AC307; }
span { border-color: rgb(10,195,7); }
td.TdClassName
{
border-color: #0AC307;
}
.TagClassName
{
border-color: #0AC307;
}
</style>