Shades of Islamic Green #0A9A19
Tints of Islamic Green #0A9A19
RGB
CMYK
RGB Variations
Color information
#0A9A19 (or 0x0A9A19) is known color: Islamic Green. HEX triplet: 0A, 9A and 19. RGB value is (10,154,25). Sum of RGB (Red+Green+Blue) = 10+154+25=189 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.29% from 189); Green value is 154 (60.55% from 255 or 81.48% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 154 - color contains mainly: green. Hex color #0A9A19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9A19 is #F565E6. Grayscale: #606060. Windows color (decimal): -16082407 or 1677834. OLE color: 1677834.
HSL color Cylindrical-coordinate representation of color #0A9A19: hue angle of 126.25º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9A19 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 10 | 154 | 25 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.40 |
| HSL | 126.25º | 0.88% | 0.32% | - |
| HSV(B) | 126.25º | 0.94% | 0.6% | - |
| XYZ | 11.86 | 23.25 | 4.78 | - |
| YUV | 96.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 154 | 25 | 0.94 | 0 | 0.84 | 0.40 | 126.25 | 0.88 | 0.32 |
| Hex | A | 9A | 19 | 5E | 0 | 54 | 28 | 7E | 58 | 20 |
| Octal | 12 | 232 | 31 | 136 | 0 | 124 | 50 | 176 | 130 | 40 |
| Binary | 1010 | 10011010 | 11001 | 1011110 | 0 | 1010100 | 101000 | 1111110 | 1011000 | 100000 |
Color Harmonies of #0A9A19
Complementary color
Monochromatic Colors of #0A9A19
Black with #0A9A19
Text Example
Text Example
White with #0A9A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A9A19; }
p { color: rgb(10,154,25); }
H1.HeaderClassName
{
color: #0A9A19;
}
.AnyTagClassName
{
color: #0A9A19;
}
</style>
background-color css
<style>
a { background-color: #0A9A19; }
a { background-color: rgb(10,154,25); }
div.DivClassName
{
background-color: #0A9A19;
}
.BgClassName
{
background-color: #0A9A19;
}
</style>
border-color css
<style>
span { border-color: #0A9A19; }
span { border-color: rgb(10,154,25); }
td.TdClassName
{
border-color: #0A9A19;
}
.TagClassName
{
border-color: #0A9A19;
}
</style>