#7AEF3B

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

Shades of Atlantis #7AEF3B

Tints of Atlantis #7AEF3B

Color information

#7AEF3B (or 0x7AEF3B) is unknown color: approx Atlantis. HEX triplet: 7A, EF and 3B. RGB value is (122,239,59). Sum of RGB (Red+Green+Blue) = 122+239+59=420 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.05% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #7AEF3B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEF3B is #8510C4. Grayscale: #B8B8B8. Windows color (decimal): -8720581 or 3927930. OLE color: 3927930.

HSL color Cylindrical-coordinate representation of color #7AEF3B: hue angle of 99º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AEF3B is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB12223959-
CMYK0.4900.750.06
HSL99º84.91%58.43%-
HSV(B)99º75.31%93.73%-
XYZ39.6866.1914.82-
YUV183.557.7484.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.05%
GREEN value IS 239 (93.75% from 255) = 56.90%
BLUE value IS 59 (23.44% from 255) = 14.05%
R=29.05%
G=56.90%
B=14.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal122239590.4900.750.069984.9158.43
Hex7AEF3B3104B663553a
Octal17235773610113614312572
Binary1111010111011111110111100010100101111011000111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,239,59); }

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

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

 a { background-color: rgb(122,239,59); }

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

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

 span { border-color: rgb(122,239,59); }

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