#7AEC35

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

Shades of Atlantis #7AEC35

Tints of Atlantis #7AEC35

Color information

#7AEC35 (or 0x7AEC35) is unknown color: approx Atlantis. HEX triplet: 7A, EC and 35. RGB value is (122,236,53). Sum of RGB (Red+Green+Blue) = 122+236+53=411 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.68% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 53 (21.09% from 255 or 12.90% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #7AEC35 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AEC35 is #8513CA. Grayscale: #B5B5B5. Windows color (decimal): -8721355 or 3533946. OLE color: 3533946.

HSL color Cylindrical-coordinate representation of color #7AEC35: hue angle of 97.38º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AEC35 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB12223653-
CMYK0.4800.780.07
HSL97.38º82.81%56.67%-
HSV(B)97.38º77.54%92.55%-
XYZ38.6664.3913.76-
YUV181.0555.7385.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.68%
GREEN value IS 236 (92.58% from 255) = 57.42%
BLUE value IS 53 (21.09% from 255) = 12.90%
R=29.68%
G=57.42%
B=12.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122236530.4800.780.0797.3882.8156.67
Hex7AEC353004E7615339
Octal17235465600116714112371
Binary1111010111011001101011100000100111011111000011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEC35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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