Html Css Color HEX #07C00F Islamic Green

📋 copy color: '#07C00F'

red 7 ◦ green 192 ◦ blue 15

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

Shades of Islamic Green #07C00F

Tints of Islamic Green #07C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 89.72%

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

R = 3.27%
G = 89.72%
B = 7.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#07C00F (or 0x07C00F) is known color: Islamic Green. HEX triplet: 07, C0 and 0F. RGB value is (7,192,15). Sum of RGB (Red+Green+Blue) = 7+192+15=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 192 (75.39% from 255 or 89.72% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 192 - color contains mainly: green. Hex color #07C00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C00F is #F83FF0. Grayscale: #757575. Windows color (decimal): -16269297 or 1032199. OLE color: 1032199.

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

Color convert

RGB 7 192 15 -
CMYK 0.96 0 0.92 0.25
HSL 122.59º 0.93% 0.39% -
HSV(B) 122.59º 0.96% 0.75% -
XYZ 19.02 37.78 6.74 -
YUV 116.51 70.71 49.89 -
System Red Green Blue C M Y K H S L
Decimal 7 192 15 0.96 0 0.92 0.25 122.59 0.93 0.39
Hex 7 C0 F 60 0 5C 19 7B 5D 27
Octal 7 300 17 140 0 134 31 173 135 47
Binary 111 11000000 1111 1100000 0 1011100 11001 1111011 1011101 100111

Color Harmonies of #07C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C00F

Black with #07C00F

Text Example


Text Example

White with #07C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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