#7AE632

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

Shades of Atlantis #7AE632

Tints of Atlantis #7AE632

Color information

#7AE632 (or 0x7AE632) is unknown color: approx Atlantis. HEX triplet: 7A, E6 and 32. RGB value is (122,230,50). Sum of RGB (Red+Green+Blue) = 122+230+50=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 230 (90.23% from 255 or 57.21% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 230 - color contains mainly: green. Hex color #7AE632 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AE632 is #8519CD. Grayscale: #B1B1B1. Windows color (decimal): -8722894 or 3335802. OLE color: 3335802.

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

Color convert

RGB12223050-
CMYK0.4700.780.10
HSL96º78.26%54.9%-
HSV(B)96º78.26%90.2%-
XYZ36.960.9612.84-
YUV177.1956.2288.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.35%
GREEN value IS 230 (90.23% from 255) = 57.21%
BLUE value IS 50 (19.92% from 255) = 12.44%
R=30.35%
G=57.21%
B=12.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal122230500.4700.780.109678.2654.9
Hex7AE6322F04EA604e37
Octal172346625701161214011667
Binary11110101110011011001010111101001110101011000001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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