Shades of Islamic Green #00A819
Tints of Islamic Green #00A819
RGB
CMYK
RGB Variations
Color information
#00A819 (or 0x00A819) is known color: Islamic Green. HEX triplet: 00, A8 and 19. RGB value is (0,168,25). Sum of RGB (Red+Green+Blue) = 0+168+25=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 168 (66.02% from 255 or 87.05% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 168 - color contains mainly: green. Hex color #00A819 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00A819 is #FF57E6. Grayscale: #656565. Windows color (decimal): -16734183 or 1681408. OLE color: 1681408.
HSL color Cylindrical-coordinate representation of color #00A819: hue angle of 128.93º 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 #00A819 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 168 | 25 | - |
| CMYK | 1 | 0 | 0.85 | 0.34 |
| HSL | 128.93º | 1% | 0.33% | - |
| HSV(B) | 128.93º | 1% | 0.66% | - |
| XYZ | 14.18 | 28.08 | 5.59 | - |
| YUV | 101.47 | 84.84 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 168 | 25 | 1 | 0 | 0.85 | 0.34 | 128.93 | 1 | 0.33 |
| Hex | 0 | A8 | 19 | 64 | 0 | 55 | 22 | 81 | 64 | 21 |
| Octal | 0 | 250 | 31 | 144 | 0 | 125 | 42 | 201 | 144 | 41 |
| Binary | 0 | 10101000 | 11001 | 1100100 | 0 | 1010101 | 100010 | 10000001 | 1100100 | 100001 |
Color Harmonies of #00A819
Complementary color
Monochromatic Colors of #00A819
Black with #00A819
Text Example
Text Example
White with #00A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A819; }
p { color: rgb(0,168,25); }
H1.HeaderClassName
{
color: #00A819;
}
.AnyTagClassName
{
color: #00A819;
}
</style>
background-color css
<style>
a { background-color: #00A819; }
a { background-color: rgb(0,168,25); }
div.DivClassName
{
background-color: #00A819;
}
.BgClassName
{
background-color: #00A819;
}
</style>
border-color css
<style>
span { border-color: #00A819; }
span { border-color: rgb(0,168,25); }
td.TdClassName
{
border-color: #00A819;
}
.TagClassName
{
border-color: #00A819;
}
</style>