Shades of Islamic Green #10B404
Tints of Islamic Green #10B404
RGB
CMYK
RGB Variations
Color information
#10B404 (or 0x10B404) is known color: Islamic Green. HEX triplet: 10, B4 and 04. RGB value is (16,180,4). Sum of RGB (Red+Green+Blue) = 16+180+4=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 180 (70.70% from 255 or 90% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 180 - color contains mainly: green. Hex color #10B404 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B404 is #EF4BFB. Grayscale: #6F6F6F. Windows color (decimal): -15682556 or 308240. OLE color: 308240.
HSL color Cylindrical-coordinate representation of color #10B404: hue angle of 115.91º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10B404 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 4 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.29 |
| HSL | 115.91º | 0.96% | 0.36% | - |
| HSV(B) | 115.91º | 0.98% | 0.71% | - |
| XYZ | 16.56 | 32.76 | 5.57 | - |
| YUV | 110.9 | 67.67 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 4 | 0.91 | 0 | 0.98 | 0.29 | 115.91 | 0.96 | 0.36 |
| Hex | 10 | B4 | 4 | 5B | 0 | 62 | 1D | 74 | 60 | 24 |
| Octal | 20 | 264 | 4 | 133 | 0 | 142 | 35 | 164 | 140 | 44 |
| Binary | 10000 | 10110100 | 100 | 1011011 | 0 | 1100010 | 11101 | 1110100 | 1100000 | 100100 |
Color Harmonies of #10B404
Complementary color
Monochromatic Colors of #10B404
Black with #10B404
Text Example
Text Example
White with #10B404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B404; }
p { color: rgb(16,180,4); }
H1.HeaderClassName
{
color: #10B404;
}
.AnyTagClassName
{
color: #10B404;
}
</style>
background-color css
<style>
a { background-color: #10B404; }
a { background-color: rgb(16,180,4); }
div.DivClassName
{
background-color: #10B404;
}
.BgClassName
{
background-color: #10B404;
}
</style>
border-color css
<style>
span { border-color: #10B404; }
span { border-color: rgb(16,180,4); }
td.TdClassName
{
border-color: #10B404;
}
.TagClassName
{
border-color: #10B404;
}
</style>