#7AEA35

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

Shades of Atlantis #7AEA35

Tints of Atlantis #7AEA35

Color information

#7AEA35 (or 0x7AEA35) is unknown color: approx Atlantis. HEX triplet: 7A, EA and 35. RGB value is (122,234,53). Sum of RGB (Red+Green+Blue) = 122+234+53=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 234 (91.80% from 255 or 57.21% from 409); Blue value is 53 (21.09% from 255 or 12.96% from 409); Max value from RGB is 234 - color contains mainly: green. Hex color #7AEA35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEA35 is #8515CA. Grayscale: #B4B4B4. Windows color (decimal): -8721867 or 3533434. OLE color: 3533434.

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

Color convert

RGB12223453-
CMYK0.4800.770.08
HSL97.13º81.17%56.27%-
HSV(B)97.13º77.35%91.76%-
XYZ38.0963.2413.57-
YUV179.8856.3986.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.83%
GREEN value IS 234 (91.80% from 255) = 57.21%
BLUE value IS 53 (21.09% from 255) = 12.96%
R=29.83%
G=57.21%
B=12.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122234530.4800.770.0897.1381.1756.27
Hex7AEA353004D8615138
Octal172352656001151014112170
Binary11110101110101011010111000001001101100011000011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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