Shades of Islamic Green #10C101
Tints of Islamic Green #10C101
RGB
CMYK
RGB Variations
Color information
#10C101 (or 0x10C101) is known color: Islamic Green. HEX triplet: 10, C1 and 01. RGB value is (16,193,1). Sum of RGB (Red+Green+Blue) = 16+193+1=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 193 (75.78% from 255 or 91.90% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 193 - color contains mainly: green. Hex color #10C101 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C101 is #EF3EFE. Grayscale: #767676. Windows color (decimal): -15679231 or 114960. OLE color: 114960.
HSL color Cylindrical-coordinate representation of color #10C101: hue angle of 115.31º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10C101 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.24 |
| HSL | 115.31º | 0.99% | 0.38% | - |
| HSV(B) | 115.31º | 0.99% | 0.76% | - |
| XYZ | 19.29 | 38.25 | 6.4 | - |
| YUV | 118.19 | 61.86 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 1 | 0.92 | 0 | 0.99 | 0.24 | 115.31 | 0.99 | 0.38 |
| Hex | 10 | C1 | 1 | 5C | 0 | 63 | 18 | 73 | 63 | 26 |
| Octal | 20 | 301 | 1 | 134 | 0 | 143 | 30 | 163 | 143 | 46 |
| Binary | 10000 | 11000001 | 1 | 1011100 | 0 | 1100011 | 11000 | 1110011 | 1100011 | 100110 |
Color Harmonies of #10C101
Complementary color
Monochromatic Colors of #10C101
Black with #10C101
Text Example
Text Example
White with #10C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C101; }
p { color: rgb(16,193,1); }
H1.HeaderClassName
{
color: #10C101;
}
.AnyTagClassName
{
color: #10C101;
}
</style>
background-color css
<style>
a { background-color: #10C101; }
a { background-color: rgb(16,193,1); }
div.DivClassName
{
background-color: #10C101;
}
.BgClassName
{
background-color: #10C101;
}
</style>
border-color css
<style>
span { border-color: #10C101; }
span { border-color: rgb(16,193,1); }
td.TdClassName
{
border-color: #10C101;
}
.TagClassName
{
border-color: #10C101;
}
</style>