Html Css Color HEX #07C102 Islamic Green

📋 copy color: '#07C102'

red 7 ◦ green 193 ◦ blue 2

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

Shades of Islamic Green #07C102

Tints of Islamic Green #07C102

RGB

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

 GREEN value IS 193 (75.78% from 255) = 95.54%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 3.47%
G = 95.54%
B = 0.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#07C102 (or 0x07C102) is known color: Islamic Green. HEX triplet: 07, C1 and 02. RGB value is (7,193,2). Sum of RGB (Red+Green+Blue) = 7+193+2=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 193 (75.78% from 255 or 95.54% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 193 - color contains mainly: green. Hex color #07C102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C102 is #F83EFD. Grayscale: #747474. Windows color (decimal): -16269054 or 180487. OLE color: 180487.

HSL color Cylindrical-coordinate representation of color #07C102: hue angle of 118.43º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07C102 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 193 2 -
CMYK 0.96 0 0.99 0.24
HSL 118.43º 0.98% 0.38% -
HSV(B) 118.43º 0.99% 0.76% -
XYZ 19.17 38.19 6.42 -
YUV 115.61 63.88 50.53 -
System Red Green Blue C M Y K H S L
Decimal 7 193 2 0.96 0 0.99 0.24 118.43 0.98 0.38
Hex 7 C1 2 60 0 63 18 76 62 26
Octal 7 301 2 140 0 143 30 166 142 46
Binary 111 11000001 10 1100000 0 1100011 11000 1110110 1100010 100110

Color Harmonies of #07C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C102

Black with #07C102

Text Example


Text Example

White with #07C102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,193,2); }

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

background-color css

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

 a { background-color: rgb(7,193,2); }

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

border-color css

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

 span { border-color: rgb(7,193,2); }

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