#7AEA31

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

Shades of Atlantis #7AEA31

Tints of Atlantis #7AEA31

Color information

#7AEA31 (or 0x7AEA31) is unknown color: approx Atlantis. HEX triplet: 7A, EA and 31. RGB value is (122,234,49). Sum of RGB (Red+Green+Blue) = 122+234+49=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 49 (19.53% from 255 or 12.10% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEA31 is #8515CE. Grayscale: #B4B4B4. Windows color (decimal): -8721871 or 3271290. OLE color: 3271290.

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

Color convert

RGB12223449-
CMYK0.4800.790.08
HSL96.32º81.5%55.49%-
HSV(B)96.32º79.06%91.76%-
XYZ3863.213.1-
YUV179.4254.3987.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.12%
GREEN value IS 234 (91.80% from 255) = 57.78%
BLUE value IS 49 (19.53% from 255) = 12.10%
R=30.12%
G=57.78%
B=12.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122234490.4800.790.0896.3281.555.49
Hex7AEA313004F8605137
Octal172352616001171014012167
Binary11110101110101011000111000001001111100011000001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,234,49); }

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

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

 a { background-color: rgb(122,234,49); }

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

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

 span { border-color: rgb(122,234,49); }

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