Shades of Islamic Green #0ABF03
Tints of Islamic Green #0ABF03
RGB
CMYK
RGB Variations
Color information
#0ABF03 (or 0x0ABF03) is known color: Islamic Green. HEX triplet: 0A, BF and 03. RGB value is (10,191,3). Sum of RGB (Red+Green+Blue) = 10+191+3=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 191 (75% from 255 or 93.63% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABF03 is #F540FC. Grayscale: #747474. Windows color (decimal): -16072957 or 245514. OLE color: 245514.
HSL color Cylindrical-coordinate representation of color #0ABF03: hue angle of 117.77º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0ABF03 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 3 | - |
| CMYK | 0.95 | 0 | 0.98 | 0.25 |
| HSL | 117.77º | 0.97% | 0.38% | - |
| HSV(B) | 117.77º | 0.98% | 0.75% | - |
| XYZ | 18.77 | 37.33 | 6.3 | - |
| YUV | 115.45 | 64.53 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 3 | 0.95 | 0 | 0.98 | 0.25 | 117.77 | 0.97 | 0.38 |
| Hex | A | BF | 3 | 5F | 0 | 62 | 19 | 76 | 61 | 26 |
| Octal | 12 | 277 | 3 | 137 | 0 | 142 | 31 | 166 | 141 | 46 |
| Binary | 1010 | 10111111 | 11 | 1011111 | 0 | 1100010 | 11001 | 1110110 | 1100001 | 100110 |
Color Harmonies of #0ABF03
Complementary color
Monochromatic Colors of #0ABF03
Black with #0ABF03
Text Example
Text Example
White with #0ABF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABF03; }
p { color: rgb(10,191,3); }
H1.HeaderClassName
{
color: #0ABF03;
}
.AnyTagClassName
{
color: #0ABF03;
}
</style>
background-color css
<style>
a { background-color: #0ABF03; }
a { background-color: rgb(10,191,3); }
div.DivClassName
{
background-color: #0ABF03;
}
.BgClassName
{
background-color: #0ABF03;
}
</style>
border-color css
<style>
span { border-color: #0ABF03; }
span { border-color: rgb(10,191,3); }
td.TdClassName
{
border-color: #0ABF03;
}
.TagClassName
{
border-color: #0ABF03;
}
</style>