Shades of Islamic Green #01AF1A
Tints of Islamic Green #01AF1A
RGB
CMYK
RGB Variations
Color information
#01AF1A (or 0x01AF1A) is known color: Islamic Green. HEX triplet: 01, AF and 1A. RGB value is (1,175,26). Sum of RGB (Red+Green+Blue) = 1+175+26=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 175 (68.75% from 255 or 86.63% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AF1A is #FE50E5. Grayscale: #6A6A6A. Windows color (decimal): -16666854 or 1748737. OLE color: 1748737.
HSL color Cylindrical-coordinate representation of color #01AF1A: hue angle of 128.62º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF1A is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 26 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.31 |
| HSL | 128.62º | 0.99% | 0.35% | - |
| HSV(B) | 128.62º | 0.99% | 0.69% | - |
| XYZ | 15.53 | 30.74 | 6.09 | - |
| YUV | 105.99 | 82.85 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 26 | 0.99 | 0 | 0.85 | 0.31 | 128.62 | 0.99 | 0.35 |
| Hex | 1 | AF | 1A | 63 | 0 | 55 | 1F | 81 | 63 | 23 |
| Octal | 1 | 257 | 32 | 143 | 0 | 125 | 37 | 201 | 143 | 43 |
| Binary | 1 | 10101111 | 11010 | 1100011 | 0 | 1010101 | 11111 | 10000001 | 1100011 | 100011 |
Color Harmonies of #01AF1A
Complementary color
Monochromatic Colors of #01AF1A
Black with #01AF1A
Text Example
Text Example
White with #01AF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF1A; }
p { color: rgb(1,175,26); }
H1.HeaderClassName
{
color: #01AF1A;
}
.AnyTagClassName
{
color: #01AF1A;
}
</style>
background-color css
<style>
a { background-color: #01AF1A; }
a { background-color: rgb(1,175,26); }
div.DivClassName
{
background-color: #01AF1A;
}
.BgClassName
{
background-color: #01AF1A;
}
</style>
border-color css
<style>
span { border-color: #01AF1A; }
span { border-color: rgb(1,175,26); }
td.TdClassName
{
border-color: #01AF1A;
}
.TagClassName
{
border-color: #01AF1A;
}
</style>