Shades of Islamic Green #10C10F
Tints of Islamic Green #10C10F
RGB
CMYK
RGB Variations
Color information
#10C10F (or 0x10C10F) is known color: Islamic Green. HEX triplet: 10, C1 and 0F. RGB value is (16,193,15). Sum of RGB (Red+Green+Blue) = 16+193+15=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #10C10F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C10F is #EF3EF0. Grayscale: #787878. Windows color (decimal): -15679217 or 1032464. OLE color: 1032464.
HSL color Cylindrical-coordinate representation of color #10C10F: hue angle of 119.66º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C10F is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 193 | 15 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.24 |
| HSL | 119.66º | 0.86% | 0.41% | - |
| HSV(B) | 119.66º | 0.92% | 0.76% | - |
| XYZ | 19.37 | 38.28 | 6.82 | - |
| YUV | 119.79 | 68.86 | 53.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 193 | 15 | 0.92 | 0 | 0.92 | 0.24 | 119.66 | 0.86 | 0.41 |
| Hex | 10 | C1 | F | 5C | 0 | 5C | 18 | 78 | 56 | 29 |
| Octal | 20 | 301 | 17 | 134 | 0 | 134 | 30 | 170 | 126 | 51 |
| Binary | 10000 | 11000001 | 1111 | 1011100 | 0 | 1011100 | 11000 | 1111000 | 1010110 | 101001 |
Color Harmonies of #10C10F
Complementary color
Monochromatic Colors of #10C10F
Black with #10C10F
Text Example
Text Example
White with #10C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10C10F; }
p { color: rgb(16,193,15); }
H1.HeaderClassName
{
color: #10C10F;
}
.AnyTagClassName
{
color: #10C10F;
}
</style>
background-color css
<style>
a { background-color: #10C10F; }
a { background-color: rgb(16,193,15); }
div.DivClassName
{
background-color: #10C10F;
}
.BgClassName
{
background-color: #10C10F;
}
</style>
border-color css
<style>
span { border-color: #10C10F; }
span { border-color: rgb(16,193,15); }
td.TdClassName
{
border-color: #10C10F;
}
.TagClassName
{
border-color: #10C10F;
}
</style>