#7AEB3E

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

Shades of Atlantis #7AEB3E

Tints of Atlantis #7AEB3E

Color information

#7AEB3E (or 0x7AEB3E) is unknown color: approx Atlantis. HEX triplet: 7A, EB and 3E. RGB value is (122,235,62). Sum of RGB (Red+Green+Blue) = 122+235+62=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 235 (92.19% from 255 or 56.09% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 235 - color contains mainly: green. Hex color #7AEB3E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEB3E is #8514C1. Grayscale: #B6B6B6. Windows color (decimal): -8721602 or 4123514. OLE color: 4123514.

HSL color Cylindrical-coordinate representation of color #7AEB3E: hue angle of 99.19º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7AEB3E is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB12223562-
CMYK0.4800.740.08
HSL99.19º81.22%58.24%-
HSV(B)99.19º73.62%92.16%-
XYZ38.663.914.86-
YUV181.4960.5685.57-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 235 (92.19% from 255) = 56.09%
BLUE value IS 62 (24.61% from 255) = 14.80%
R=29.12%
G=56.09%
B=14.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122235620.4800.740.0899.1981.2258.24
Hex7AEB3E3004A863513a
Octal172353766001121014312172
Binary11110101110101111111011000001001010100011000111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,235,62); }

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

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

 a { background-color: rgb(122,235,62); }

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

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

 span { border-color: rgb(122,235,62); }

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