Shades of Islamic Green #00A81A
Tints of Islamic Green #00A81A
RGB
CMYK
RGB Variations
Color information
#00A81A (or 0x00A81A) is known color: Islamic Green. HEX triplet: 00, A8 and 1A. RGB value is (0,168,26). Sum of RGB (Red+Green+Blue) = 0+168+26=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 168 (66.02% from 255 or 86.60% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 168 - color contains mainly: green. Hex color #00A81A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00A81A is #FF57E5. Grayscale: #656565. Windows color (decimal): -16734182 or 1746944. OLE color: 1746944.
HSL color Cylindrical-coordinate representation of color #00A81A: hue angle of 129.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A81A is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 26 | - |
| CMYK | 1 | 0 | 0.85 | 0.34 |
| HSL | 129.29º | 1% | 0.33% | - |
| HSV(B) | 129.29º | 1% | 0.66% | - |
| XYZ | 14.19 | 28.08 | 5.65 | - |
| YUV | 101.58 | 85.34 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 26 | 1 | 0 | 0.85 | 0.34 | 129.29 | 1 | 0.33 |
| Hex | 0 | A8 | 1A | 64 | 0 | 55 | 22 | 81 | 64 | 21 |
| Octal | 0 | 250 | 32 | 144 | 0 | 125 | 42 | 201 | 144 | 41 |
| Binary | 0 | 10101000 | 11010 | 1100100 | 0 | 1010101 | 100010 | 10000001 | 1100100 | 100001 |
Color Harmonies of #00A81A
Complementary color
Monochromatic Colors of #00A81A
Black with #00A81A
Text Example
Text Example
White with #00A81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A81A; }
p { color: rgb(0,168,26); }
H1.HeaderClassName
{
color: #00A81A;
}
.AnyTagClassName
{
color: #00A81A;
}
</style>
background-color css
<style>
a { background-color: #00A81A; }
a { background-color: rgb(0,168,26); }
div.DivClassName
{
background-color: #00A81A;
}
.BgClassName
{
background-color: #00A81A;
}
</style>
border-color css
<style>
span { border-color: #00A81A; }
span { border-color: rgb(0,168,26); }
td.TdClassName
{
border-color: #00A81A;
}
.TagClassName
{
border-color: #00A81A;
}
</style>