Shades of Islamic Green #0AB618
Tints of Islamic Green #0AB618
RGB
CMYK
RGB Variations
Color information
#0AB618 (or 0x0AB618) is known color: Islamic Green. HEX triplet: 0A, B6 and 18. RGB value is (10,182,24). Sum of RGB (Red+Green+Blue) = 10+182+24=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 182 (71.48% from 255 or 84.26% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB618 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB618 is #F549E7. Grayscale: #717171. Windows color (decimal): -16075240 or 1619466. OLE color: 1619466.
HSL color Cylindrical-coordinate representation of color #0AB618: hue angle of 124.88º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB618 is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 24 | - |
| CMYK | 0.95 | 0 | 0.87 | 0.29 |
| HSL | 124.88º | 0.9% | 0.38% | - |
| HSV(B) | 124.88º | 0.95% | 0.71% | - |
| XYZ | 17.02 | 33.59 | 6.45 | - |
| YUV | 112.56 | 78.02 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 24 | 0.95 | 0 | 0.87 | 0.29 | 124.88 | 0.9 | 0.38 |
| Hex | A | B6 | 18 | 5F | 0 | 57 | 1D | 7D | 5A | 26 |
| Octal | 12 | 266 | 30 | 137 | 0 | 127 | 35 | 175 | 132 | 46 |
| Binary | 1010 | 10110110 | 11000 | 1011111 | 0 | 1010111 | 11101 | 1111101 | 1011010 | 100110 |
Color Harmonies of #0AB618
Complementary color
Monochromatic Colors of #0AB618
Black with #0AB618
Text Example
Text Example
White with #0AB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB618; }
p { color: rgb(10,182,24); }
H1.HeaderClassName
{
color: #0AB618;
}
.AnyTagClassName
{
color: #0AB618;
}
</style>
background-color css
<style>
a { background-color: #0AB618; }
a { background-color: rgb(10,182,24); }
div.DivClassName
{
background-color: #0AB618;
}
.BgClassName
{
background-color: #0AB618;
}
</style>
border-color css
<style>
span { border-color: #0AB618; }
span { border-color: rgb(10,182,24); }
td.TdClassName
{
border-color: #0AB618;
}
.TagClassName
{
border-color: #0AB618;
}
</style>