#7AEA38

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

Shades of Atlantis #7AEA38

Tints of Atlantis #7AEA38

Color information

#7AEA38 (or 0x7AEA38) is unknown color: approx Atlantis. HEX triplet: 7A, EA and 38. RGB value is (122,234,56). Sum of RGB (Red+Green+Blue) = 122+234+56=412 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.61% from 412); Green value is 234 (91.80% from 255 or 56.80% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEA38 is #8515C7. Grayscale: #B4B4B4. Windows color (decimal): -8721864 or 3730042. OLE color: 3730042.

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

Color convert

RGB12223456-
CMYK0.4800.760.08
HSL97.75º80.91%56.86%-
HSV(B)97.75º76.07%91.76%-
XYZ38.1663.2713.94-
YUV180.2257.8986.47-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.61%
GREEN value IS 234 (91.80% from 255) = 56.80%
BLUE value IS 56 (22.27% from 255) = 13.59%
R=29.61%
G=56.80%
B=13.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122234560.4800.760.0897.7580.9156.86
Hex7AEA383004C8625139
Octal172352706001141014212171
Binary11110101110101011100011000001001100100011000101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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