Shades of Islamic Green #07C20B
Tints of Islamic Green #07C20B
RGB
CMYK
RGB Variations
Color information
#07C20B (or 0x07C20B) is known color: Islamic Green. HEX triplet: 07, C2 and 0B. RGB value is (7,194,11). Sum of RGB (Red+Green+Blue) = 7+194+11=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 194 (76.17% from 255 or 91.51% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 194 - color contains mainly: green. Hex color #07C20B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C20B is #F83DF4. Grayscale: #757575. Windows color (decimal): -16268789 or 770567. OLE color: 770567.
HSL color Cylindrical-coordinate representation of color #07C20B: hue angle of 121.28º 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 #07C20B is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 11 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.24 |
| HSL | 121.28º | 0.93% | 0.39% | - |
| HSV(B) | 121.28º | 0.96% | 0.76% | - |
| XYZ | 19.44 | 38.65 | 6.75 | - |
| YUV | 117.23 | 68.05 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 11 | 0.96 | 0 | 0.94 | 0.24 | 121.28 | 0.93 | 0.39 |
| Hex | 7 | C2 | B | 60 | 0 | 5E | 18 | 79 | 5D | 27 |
| Octal | 7 | 302 | 13 | 140 | 0 | 136 | 30 | 171 | 135 | 47 |
| Binary | 111 | 11000010 | 1011 | 1100000 | 0 | 1011110 | 11000 | 1111001 | 1011101 | 100111 |
Color Harmonies of #07C20B
Complementary color
Monochromatic Colors of #07C20B
Black with #07C20B
Text Example
Text Example
White with #07C20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C20B; }
p { color: rgb(7,194,11); }
H1.HeaderClassName
{
color: #07C20B;
}
.AnyTagClassName
{
color: #07C20B;
}
</style>
background-color css
<style>
a { background-color: #07C20B; }
a { background-color: rgb(7,194,11); }
div.DivClassName
{
background-color: #07C20B;
}
.BgClassName
{
background-color: #07C20B;
}
</style>
border-color css
<style>
span { border-color: #07C20B; }
span { border-color: rgb(7,194,11); }
td.TdClassName
{
border-color: #07C20B;
}
.TagClassName
{
border-color: #07C20B;
}
</style>