Shades of Islamic Green #0AC302
Tints of Islamic Green #0AC302
RGB
CMYK
RGB Variations
Color information
#0AC302 (or 0x0AC302) is known color: Islamic Green. HEX triplet: 0A, C3 and 02. RGB value is (10,195,2). Sum of RGB (Red+Green+Blue) = 10+195+2=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 195 (76.56% from 255 or 94.20% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC302 is #F53CFD. Grayscale: #767676. Windows color (decimal): -16071934 or 181002. OLE color: 181002.
HSL color Cylindrical-coordinate representation of color #0AC302: hue angle of 117.51º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0AC302 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 2 | - |
| CMYK | 0.95 | 0 | 0.99 | 0.24 |
| HSL | 117.51º | 0.98% | 0.39% | - |
| HSV(B) | 117.51º | 0.99% | 0.76% | - |
| XYZ | 19.65 | 39.1 | 6.57 | - |
| YUV | 117.68 | 62.71 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 2 | 0.95 | 0 | 0.99 | 0.24 | 117.51 | 0.98 | 0.39 |
| Hex | A | C3 | 2 | 5F | 0 | 63 | 18 | 76 | 62 | 27 |
| Octal | 12 | 303 | 2 | 137 | 0 | 143 | 30 | 166 | 142 | 47 |
| Binary | 1010 | 11000011 | 10 | 1011111 | 0 | 1100011 | 11000 | 1110110 | 1100010 | 100111 |
Color Harmonies of #0AC302
Complementary color
Monochromatic Colors of #0AC302
Black with #0AC302
Text Example
Text Example
White with #0AC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC302; }
p { color: rgb(10,195,2); }
H1.HeaderClassName
{
color: #0AC302;
}
.AnyTagClassName
{
color: #0AC302;
}
</style>
background-color css
<style>
a { background-color: #0AC302; }
a { background-color: rgb(10,195,2); }
div.DivClassName
{
background-color: #0AC302;
}
.BgClassName
{
background-color: #0AC302;
}
</style>
border-color css
<style>
span { border-color: #0AC302; }
span { border-color: rgb(10,195,2); }
td.TdClassName
{
border-color: #0AC302;
}
.TagClassName
{
border-color: #0AC302;
}
</style>