Shades of Islamic Green #0AB609
Tints of Islamic Green #0AB609
RGB
CMYK
RGB Variations
Color information
#0AB609 (or 0x0AB609) is known color: Islamic Green. HEX triplet: 0A, B6 and 09. RGB value is (10,182,9). Sum of RGB (Red+Green+Blue) = 10+182+9=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 182 (71.48% from 255 or 90.55% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB609 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB609 is #F549F6. Grayscale: #6F6F6F. Windows color (decimal): -16075255 or 636426. OLE color: 636426.
HSL color Cylindrical-coordinate representation of color #0AB609: hue angle of 119.65º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB609 is Cyan = 0.95, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 10 | 182 | 9 | - |
| CMYK | 0.95 | 0 | 0.95 | 0.29 |
| HSL | 119.65º | 0.91% | 0.37% | - |
| HSV(B) | 119.65º | 0.95% | 0.71% | - |
| XYZ | 16.9 | 33.54 | 5.84 | - |
| YUV | 110.85 | 70.52 | 56.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 182 | 9 | 0.95 | 0 | 0.95 | 0.29 | 119.65 | 0.91 | 0.37 |
| Hex | A | B6 | 9 | 5F | 0 | 5F | 1D | 78 | 5B | 25 |
| Octal | 12 | 266 | 11 | 137 | 0 | 137 | 35 | 170 | 133 | 45 |
| Binary | 1010 | 10110110 | 1001 | 1011111 | 0 | 1011111 | 11101 | 1111000 | 1011011 | 100101 |
Color Harmonies of #0AB609
Complementary color
Monochromatic Colors of #0AB609
Black with #0AB609
Text Example
Text Example
White with #0AB609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB609; }
p { color: rgb(10,182,9); }
H1.HeaderClassName
{
color: #0AB609;
}
.AnyTagClassName
{
color: #0AB609;
}
</style>
background-color css
<style>
a { background-color: #0AB609; }
a { background-color: rgb(10,182,9); }
div.DivClassName
{
background-color: #0AB609;
}
.BgClassName
{
background-color: #0AB609;
}
</style>
border-color css
<style>
span { border-color: #0AB609; }
span { border-color: rgb(10,182,9); }
td.TdClassName
{
border-color: #0AB609;
}
.TagClassName
{
border-color: #0AB609;
}
</style>