#7EE13C

Color #7EE13C Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #7EE13C

Tints of Atlantis #7EE13C

Color information

#7EE13C (or 0x7EE13C) is unknown color: approx Atlantis. HEX triplet: 7E, E1 and 3C. RGB value is (126,225,60). Sum of RGB (Red+Green+Blue) = 126+225+60=411 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.66% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EE13C is #811EC3. Grayscale: #B1B1B1. Windows color (decimal): -8462020 or 3989886. OLE color: 3989886.

HSL color Cylindrical-coordinate representation of color #7EE13C: hue angle of 96º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EE13C is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB12622560-
CMYK0.4400.730.12
HSL96º73.33%55.88%-
HSV(B)96º73.33%88.24%-
XYZ36.3558.6113.67-
YUV176.5962.291.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.66%
GREEN value IS 225 (88.28% from 255) = 54.74%
BLUE value IS 60 (23.83% from 255) = 14.60%
R=30.66%
G=54.74%
B=14.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal126225600.4400.730.129673.3355.88
Hex7EE13C2C049C604938
Octal176341745401111414011170
Binary11111101110000111110010110001001001110011000001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EE13C; }

 p { color: rgb(126,225,60); }

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

<style>
 a { background-color: #7EE13C; }

 a { background-color: rgb(126,225,60); }

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

<style>
 span { border-color: #7EE13C; }

 span { border-color: rgb(126,225,60); }

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