#07C70E

Color #07C70E Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #07C70E

Tints of Islamic Green #07C70E

Color information

#07C70E (or 0x07C70E) is unknown color: approx Islamic Green. HEX triplet: 07, C7 and 0E. RGB value is (7,199,14). Sum of RGB (Red+Green+Blue) = 7+199+14=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 199 (78.12% from 255 or 90.45% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 199 - color contains mainly: green. Hex color #07C70E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C70E is #F838F1. Grayscale: #797979. Windows color (decimal): -16267506 or 968455. OLE color: 968455.

HSL color Cylindrical-coordinate representation of color #07C70E: hue angle of 122.19º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C70E is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB719914-
CMYK0.9600.930.22
HSL122.19º93.2%40.39%-
HSV(B)122.19º96.48%78.04%-
XYZ20.5940.927.23-
YUV120.567.8947.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.18%
GREEN value IS 199 (78.12% from 255) = 90.45%
BLUE value IS 14 (5.86% from 255) = 6.36%
R=3.18%
G=90.45%
B=6.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal7199140.9600.930.22122.1993.240.39
Hex7C7E6005D167a5d28
Octal73071614001352617213550
Binary1111100011111101100000010111011011011110101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07C70E; }

 p { color: rgb(7,199,14); }

 H1.HeaderClassName
 {
   color: #07C70E;
 }
 .AnyTagClassName
 {
   color: #07C70E;
 }
</style>
background-color css

<style>
 a { background-color: #07C70E; }

 a { background-color: rgb(7,199,14); }

 div.DivClassName
 {
   background-color: #07C70E;
 }
 .BgClassName
 {
   background-color: #07C70E;
 }
</style>
border-color css

<style>
 span { border-color: #07C70E; }

 span { border-color: rgb(7,199,14); }

 td.TdClassName
 {
   border-color: #07C70E;
 }
 .TagClassName
 {
   border-color: #07C70E;
 }
</style>