Shades of Islamic Green #07C10F
Tints of Islamic Green #07C10F
RGB
CMYK
RGB Variations
Color information
#07C10F (or 0x07C10F) is known color: Islamic Green. HEX triplet: 07, C1 and 0F. RGB value is (7,193,15). Sum of RGB (Red+Green+Blue) = 7+193+15=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 193 (75.78% from 255 or 89.77% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 193 - color contains mainly: green. Hex color #07C10F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C10F is #F83EF0. Grayscale: #757575. Windows color (decimal): -16269041 or 1032455. OLE color: 1032455.
HSL color Cylindrical-coordinate representation of color #07C10F: hue angle of 122.58º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C10F is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 15 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.24 |
| HSL | 122.58º | 0.93% | 0.39% | - |
| HSV(B) | 122.58º | 0.96% | 0.76% | - |
| XYZ | 19.24 | 38.22 | 6.81 | - |
| YUV | 117.09 | 70.38 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 15 | 0.96 | 0 | 0.92 | 0.24 | 122.58 | 0.93 | 0.39 |
| Hex | 7 | C1 | F | 60 | 0 | 5C | 18 | 7B | 5D | 27 |
| Octal | 7 | 301 | 17 | 140 | 0 | 134 | 30 | 173 | 135 | 47 |
| Binary | 111 | 11000001 | 1111 | 1100000 | 0 | 1011100 | 11000 | 1111011 | 1011101 | 100111 |
Color Harmonies of #07C10F
Complementary color
Monochromatic Colors of #07C10F
Black with #07C10F
Text Example
Text Example
White with #07C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C10F; }
p { color: rgb(7,193,15); }
H1.HeaderClassName
{
color: #07C10F;
}
.AnyTagClassName
{
color: #07C10F;
}
</style>
background-color css
<style>
a { background-color: #07C10F; }
a { background-color: rgb(7,193,15); }
div.DivClassName
{
background-color: #07C10F;
}
.BgClassName
{
background-color: #07C10F;
}
</style>
border-color css
<style>
span { border-color: #07C10F; }
span { border-color: rgb(7,193,15); }
td.TdClassName
{
border-color: #07C10F;
}
.TagClassName
{
border-color: #07C10F;
}
</style>