Shades of Islamic Green #10C401
Tints of Islamic Green #10C401
RGB
CMYK
RGB Variations
Color information
#10C401 (or 0x10C401) is known color: Islamic Green. HEX triplet: 10, C4 and 01. RGB value is (16,196,1). Sum of RGB (Red+Green+Blue) = 16+196+1=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 196 (76.95% from 255 or 92.02% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 196 - color contains mainly: green. Hex color #10C401 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C401 is #EF3BFE. Grayscale: #787878. Windows color (decimal): -15678463 or 115728. OLE color: 115728.
HSL color Cylindrical-coordinate representation of color #10C401: hue angle of 115.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10C401 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 196 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.23 |
| HSL | 115.38º | 0.99% | 0.39% | - |
| HSV(B) | 115.38º | 0.99% | 0.77% | - |
| XYZ | 19.96 | 39.59 | 6.62 | - |
| YUV | 119.95 | 60.87 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 196 | 1 | 0.92 | 0 | 0.99 | 0.23 | 115.38 | 0.99 | 0.39 |
| Hex | 10 | C4 | 1 | 5C | 0 | 63 | 17 | 73 | 63 | 27 |
| Octal | 20 | 304 | 1 | 134 | 0 | 143 | 27 | 163 | 143 | 47 |
| Binary | 10000 | 11000100 | 1 | 1011100 | 0 | 1100011 | 10111 | 1110011 | 1100011 | 100111 |
Color Harmonies of #10C401
Complementary color
Monochromatic Colors of #10C401
Black with #10C401
Text Example
Text Example
White with #10C401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C401; }
p { color: rgb(16,196,1); }
H1.HeaderClassName
{
color: #10C401;
}
.AnyTagClassName
{
color: #10C401;
}
</style>
background-color css
<style>
a { background-color: #10C401; }
a { background-color: rgb(16,196,1); }
div.DivClassName
{
background-color: #10C401;
}
.BgClassName
{
background-color: #10C401;
}
</style>
border-color css
<style>
span { border-color: #10C401; }
span { border-color: rgb(16,196,1); }
td.TdClassName
{
border-color: #10C401;
}
.TagClassName
{
border-color: #10C401;
}
</style>