#7AE635

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

Shades of Atlantis #7AE635

Tints of Atlantis #7AE635

Color information

#7AE635 (or 0x7AE635) is unknown color: approx Atlantis. HEX triplet: 7A, E6 and 35. RGB value is (122,230,53). Sum of RGB (Red+Green+Blue) = 122+230+53=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 230 (90.23% from 255 or 56.79% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE635 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AE635 is #8519CA. Grayscale: #B2B2B2. Windows color (decimal): -8722891 or 3532410. OLE color: 3532410.

HSL color Cylindrical-coordinate representation of color #7AE635: hue angle of 96.61º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AE635 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB12223053-
CMYK0.4700.770.10
HSL96.61º77.97%55.49%-
HSV(B)96.61º76.96%90.2%-
XYZ36.9760.9913.19-
YUV177.5357.7288.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.12%
GREEN value IS 230 (90.23% from 255) = 56.79%
BLUE value IS 53 (21.09% from 255) = 13.09%
R=30.12%
G=56.79%
B=13.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal122230530.4700.770.1096.6177.9755.49
Hex7AE6352F04DA614e37
Octal172346655701151214111667
Binary11110101110011011010110111101001101101011000011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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