Shades of Islamic Green #0AB30B
Tints of Islamic Green #0AB30B
RGB
CMYK
RGB Variations
Color information
#0AB30B (or 0x0AB30B) is known color: Islamic Green. HEX triplet: 0A, B3 and 0B. RGB value is (10,179,11). Sum of RGB (Red+Green+Blue) = 10+179+11=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 179 (70.31% from 255 or 89.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 179 - color contains mainly: green. Hex color #0AB30B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB30B is #F54CF4. Grayscale: #6D6D6D. Windows color (decimal): -16076021 or 766730. OLE color: 766730.
HSL color Cylindrical-coordinate representation of color #0AB30B: hue angle of 120.36º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB30B is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 10 | 179 | 11 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.30 |
| HSL | 120.36º | 0.89% | 0.37% | - |
| HSV(B) | 120.36º | 0.94% | 0.7% | - |
| XYZ | 16.31 | 32.33 | 5.7 | - |
| YUV | 109.32 | 72.51 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 179 | 11 | 0.94 | 0 | 0.94 | 0.30 | 120.36 | 0.89 | 0.37 |
| Hex | A | B3 | B | 5E | 0 | 5E | 1E | 78 | 59 | 25 |
| Octal | 12 | 263 | 13 | 136 | 0 | 136 | 36 | 170 | 131 | 45 |
| Binary | 1010 | 10110011 | 1011 | 1011110 | 0 | 1011110 | 11110 | 1111000 | 1011001 | 100101 |
Color Harmonies of #0AB30B
Complementary color
Monochromatic Colors of #0AB30B
Black with #0AB30B
Text Example
Text Example
White with #0AB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB30B; }
p { color: rgb(10,179,11); }
H1.HeaderClassName
{
color: #0AB30B;
}
.AnyTagClassName
{
color: #0AB30B;
}
</style>
background-color css
<style>
a { background-color: #0AB30B; }
a { background-color: rgb(10,179,11); }
div.DivClassName
{
background-color: #0AB30B;
}
.BgClassName
{
background-color: #0AB30B;
}
</style>
border-color css
<style>
span { border-color: #0AB30B; }
span { border-color: rgb(10,179,11); }
td.TdClassName
{
border-color: #0AB30B;
}
.TagClassName
{
border-color: #0AB30B;
}
</style>