Shades of Islamic Green #0AB600
Tints of Islamic Green #0AB600
RGB
CMYK
RGB Variations
Color information
#0AB600 (or 0x0AB600) is known color: Islamic Green. HEX triplet: 0A, B6 and 00. RGB value is (10,182,0). Sum of RGB (Red+Green+Blue) = 10+182+0=192 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.21% from 192); Green value is 182 (71.48% from 255 or 94.79% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB600 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB600 is #F549FF. Grayscale: #6E6E6E. Windows color (decimal): -16075264 or 46602. OLE color: 46602.
HSL color Cylindrical-coordinate representation of color #0AB600: hue angle of 116.7º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0AB600 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 0 | - |
| CMYK | 0.95 | 0 | 1 | 0.29 |
| HSL | 116.7º | 1% | 0.36% | - |
| HSV(B) | 116.7º | 1% | 0.71% | - |
| XYZ | 16.85 | 33.52 | 5.58 | - |
| YUV | 109.82 | 66.02 | 56.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 0 | 0.95 | 0 | 1 | 0.29 | 116.7 | 1 | 0.36 |
| Hex | A | B6 | 0 | 5F | 0 | 64 | 1D | 75 | 64 | 24 |
| Octal | 12 | 266 | 0 | 137 | 0 | 144 | 35 | 165 | 144 | 44 |
| Binary | 1010 | 10110110 | 0 | 1011111 | 0 | 1100100 | 11101 | 1110101 | 1100100 | 100100 |
Color Harmonies of #0AB600
Complementary color
Monochromatic Colors of #0AB600
Black with #0AB600
Text Example
Text Example
White with #0AB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB600; }
p { color: rgb(10,182,0); }
H1.HeaderClassName
{
color: #0AB600;
}
.AnyTagClassName
{
color: #0AB600;
}
</style>
background-color css
<style>
a { background-color: #0AB600; }
a { background-color: rgb(10,182,0); }
div.DivClassName
{
background-color: #0AB600;
}
.BgClassName
{
background-color: #0AB600;
}
</style>
border-color css
<style>
span { border-color: #0AB600; }
span { border-color: rgb(10,182,0); }
td.TdClassName
{
border-color: #0AB600;
}
.TagClassName
{
border-color: #0AB600;
}
</style>