Html Css Color HEX #07C40F Islamic Green

📋 copy color: '#07C40F'

red 7 ◦ green 196 ◦ blue 15

#07C40F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #07C40F

Tints of Islamic Green #07C40F

RGB

 RED value IS 7 (3.13% from 255) = 3.21%

 GREEN value IS 196 (76.95% from 255) = 89.91%

 BLUE value IS 15 (6.25% from 255) = 6.88%

R = 3.21%
G = 89.91%
B = 6.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#07C40F (or 0x07C40F) is known color: Islamic Green. HEX triplet: 07, C4 and 0F. RGB value is (7,196,15). Sum of RGB (Red+Green+Blue) = 7+196+15=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 196 (76.95% from 255 or 89.91% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 196 - color contains mainly: green. Hex color #07C40F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C40F is #F83BF0. Grayscale: #777777. Windows color (decimal): -16268273 or 1033223. OLE color: 1033223.

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

Color convert

RGB 7 196 15 -
CMYK 0.96 0 0.92 0.23
HSL 122.54º 0.93% 0.4% -
HSV(B) 122.54º 0.96% 0.77% -
XYZ 19.91 39.56 7.04 -
YUV 118.86 69.38 48.22 -
System Red Green Blue C M Y K H S L
Decimal 7 196 15 0.96 0 0.92 0.23 122.54 0.93 0.4
Hex 7 C4 F 60 0 5C 17 7B 5D 28
Octal 7 304 17 140 0 134 27 173 135 50
Binary 111 11000100 1111 1100000 0 1011100 10111 1111011 1011101 101000

Color Harmonies of #07C40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C40F

Black with #07C40F

Text Example


Text Example

White with #07C40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,196,15); }

 H1.HeaderClassName
 {
   color: #07C40F;
 }
 .AnyTagClassName
 {
   color: #07C40F;
 }
</style>

background-color css

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

 a { background-color: rgb(7,196,15); }

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

border-color css

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

 span { border-color: rgb(7,196,15); }

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