Shades of Islamic Green #04A00B
Tints of Islamic Green #04A00B
RGB
CMYK
RGB Variations
Color information
#04A00B (or 0x04A00B) is known color: Islamic Green. HEX triplet: 04, A0 and 0B. RGB value is (4,160,11). Sum of RGB (Red+Green+Blue) = 4+160+11=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 160 (62.89% from 255 or 91.43% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 160 - color contains mainly: green. Hex color #04A00B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04A00B is #FB5FF4. Grayscale: #606060. Windows color (decimal): -16474101 or 761860. OLE color: 761860.
HSL color Cylindrical-coordinate representation of color #04A00B: hue angle of 122.69º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A00B is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 160 | 11 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.37 |
| HSL | 122.69º | 0.95% | 0.32% | - |
| HSV(B) | 122.69º | 0.98% | 0.63% | - |
| XYZ | 12.68 | 25.19 | 4.51 | - |
| YUV | 96.37 | 79.82 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 160 | 11 | 0.98 | 0 | 0.93 | 0.37 | 122.69 | 0.95 | 0.32 |
| Hex | 4 | A0 | B | 62 | 0 | 5D | 25 | 7B | 5F | 20 |
| Octal | 4 | 240 | 13 | 142 | 0 | 135 | 45 | 173 | 137 | 40 |
| Binary | 100 | 10100000 | 1011 | 1100010 | 0 | 1011101 | 100101 | 1111011 | 1011111 | 100000 |
Color Harmonies of #04A00B
Complementary color
Monochromatic Colors of #04A00B
Black with #04A00B
Text Example
Text Example
White with #04A00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A00B; }
p { color: rgb(4,160,11); }
H1.HeaderClassName
{
color: #04A00B;
}
.AnyTagClassName
{
color: #04A00B;
}
</style>
background-color css
<style>
a { background-color: #04A00B; }
a { background-color: rgb(4,160,11); }
div.DivClassName
{
background-color: #04A00B;
}
.BgClassName
{
background-color: #04A00B;
}
</style>
border-color css
<style>
span { border-color: #04A00B; }
span { border-color: rgb(4,160,11); }
td.TdClassName
{
border-color: #04A00B;
}
.TagClassName
{
border-color: #04A00B;
}
</style>