#7AE037

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

Shades of Atlantis #7AE037

Tints of Atlantis #7AE037

Color information

#7AE037 (or 0x7AE037) is unknown color: approx Atlantis. HEX triplet: 7A, E0 and 37. RGB value is (122,224,55). Sum of RGB (Red+Green+Blue) = 122+224+55=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 224 (87.89% from 255 or 55.86% from 401); Blue value is 55 (21.88% from 255 or 13.72% from 401); Max value from RGB is 224 - color contains mainly: green. Hex color #7AE037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AE037 is #851FC8. Grayscale: #AEAEAE. Windows color (decimal): -8724425 or 3661946. OLE color: 3661946.

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

Color convert

RGB12222455-
CMYK0.4600.750.12
HSL96.21º73.16%54.71%-
HSV(B)96.21º75.45%87.84%-
XYZ35.3757.7212.89-
YUV174.2460.7190.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.42%
GREEN value IS 224 (87.89% from 255) = 55.86%
BLUE value IS 55 (21.88% from 255) = 13.72%
R=30.42%
G=55.86%
B=13.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal122224550.4600.750.1296.2173.1654.71
Hex7AE0372E04BC604937
Octal172340675601131414011167
Binary11110101110000011011110111001001011110011000001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,224,55); }

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

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

 a { background-color: rgb(122,224,55); }

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

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

 span { border-color: rgb(122,224,55); }

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