Shades of Islamic Green #0ABD14
Tints of Islamic Green #0ABD14
RGB
CMYK
RGB Variations
Color information
#0ABD14 (or 0x0ABD14) is known color: Islamic Green. HEX triplet: 0A, BD and 14. RGB value is (10,189,20). Sum of RGB (Red+Green+Blue) = 10+189+20=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 189 (74.22% from 255 or 86.30% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABD14 is #F542EB. Grayscale: #747474. Windows color (decimal): -16073452 or 1359114. OLE color: 1359114.
HSL color Cylindrical-coordinate representation of color #0ABD14: hue angle of 123.35º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD14 is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 20 | - |
| CMYK | 0.95 | 0 | 0.89 | 0.26 |
| HSL | 123.35º | 0.9% | 0.39% | - |
| HSV(B) | 123.35º | 0.95% | 0.74% | - |
| XYZ | 18.45 | 36.51 | 6.74 | - |
| YUV | 116.21 | 73.7 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 20 | 0.95 | 0 | 0.89 | 0.26 | 123.35 | 0.9 | 0.39 |
| Hex | A | BD | 14 | 5F | 0 | 59 | 1A | 7B | 5A | 27 |
| Octal | 12 | 275 | 24 | 137 | 0 | 131 | 32 | 173 | 132 | 47 |
| Binary | 1010 | 10111101 | 10100 | 1011111 | 0 | 1011001 | 11010 | 1111011 | 1011010 | 100111 |
Color Harmonies of #0ABD14
Complementary color
Monochromatic Colors of #0ABD14
Black with #0ABD14
Text Example
Text Example
White with #0ABD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD14; }
p { color: rgb(10,189,20); }
H1.HeaderClassName
{
color: #0ABD14;
}
.AnyTagClassName
{
color: #0ABD14;
}
</style>
background-color css
<style>
a { background-color: #0ABD14; }
a { background-color: rgb(10,189,20); }
div.DivClassName
{
background-color: #0ABD14;
}
.BgClassName
{
background-color: #0ABD14;
}
</style>
border-color css
<style>
span { border-color: #0ABD14; }
span { border-color: rgb(10,189,20); }
td.TdClassName
{
border-color: #0ABD14;
}
.TagClassName
{
border-color: #0ABD14;
}
</style>