#A2E740

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

Shades of Atlantis #A2E740

Tints of Atlantis #A2E740

Color information

#A2E740 (or 0xA2E740) is unknown color: approx Atlantis. HEX triplet: A2, E7 and 40. RGB value is (162,231,64). Sum of RGB (Red+Green+Blue) = 162+231+64=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2E740 is #5D18BF. Grayscale: #BFBFBF. Windows color (decimal): -6101184 or 4253602. OLE color: 4253602.

HSL color Cylindrical-coordinate representation of color #A2E740: hue angle of 84.79º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2E740 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB16223164-
CMYK0.3000.720.09
HSL84.79º77.67%57.84%-
HSV(B)84.79º72.29%90.59%-
XYZ44.465.215.1-
YUV191.3356.14107.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.45%
GREEN value IS 231 (90.62% from 255) = 50.55%
BLUE value IS 64 (25.39% from 255) = 14.00%
R=35.45%
G=50.55%
B=14.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal162231640.3000.720.0984.7977.6757.84
HexA2E7401E0489554e3a
Octal2423471003601101112511672
Binary101000101110011110000001111001001000100110101011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E740; }

 p { color: rgb(162,231,64); }

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

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

 a { background-color: rgb(162,231,64); }

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

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

 span { border-color: rgb(162,231,64); }

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