Shades of Islamic Green #10B401
Tints of Islamic Green #10B401
RGB
CMYK
RGB Variations
Color information
#10B401 (or 0x10B401) is known color: Islamic Green. HEX triplet: 10, B4 and 01. RGB value is (16,180,1). Sum of RGB (Red+Green+Blue) = 16+180+1=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 180 (70.70% from 255 or 91.37% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 180 - color contains mainly: green. Hex color #10B401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10B401 is #EF4BFE. Grayscale: #6F6F6F. Windows color (decimal): -15682559 or 111632. OLE color: 111632.
HSL color Cylindrical-coordinate representation of color #10B401: hue angle of 114.97º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10B401 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 16 | 180 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.29 |
| HSL | 114.97º | 0.99% | 0.35% | - |
| HSV(B) | 114.97º | 0.99% | 0.71% | - |
| XYZ | 16.54 | 32.75 | 5.48 | - |
| YUV | 110.56 | 66.17 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 180 | 1 | 0.91 | 0 | 0.99 | 0.29 | 114.97 | 0.99 | 0.35 |
| Hex | 10 | B4 | 1 | 5B | 0 | 63 | 1D | 73 | 63 | 23 |
| Octal | 20 | 264 | 1 | 133 | 0 | 143 | 35 | 163 | 143 | 43 |
| Binary | 10000 | 10110100 | 1 | 1011011 | 0 | 1100011 | 11101 | 1110011 | 1100011 | 100011 |
Color Harmonies of #10B401
Complementary color
Monochromatic Colors of #10B401
Black with #10B401
Text Example
Text Example
White with #10B401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B401; }
p { color: rgb(16,180,1); }
H1.HeaderClassName
{
color: #10B401;
}
.AnyTagClassName
{
color: #10B401;
}
</style>
background-color css
<style>
a { background-color: #10B401; }
a { background-color: rgb(16,180,1); }
div.DivClassName
{
background-color: #10B401;
}
.BgClassName
{
background-color: #10B401;
}
</style>
border-color css
<style>
span { border-color: #10B401; }
span { border-color: rgb(16,180,1); }
td.TdClassName
{
border-color: #10B401;
}
.TagClassName
{
border-color: #10B401;
}
</style>