Html Css Color HEX #A2E740 Atlantis

📋 copy color: '#A2E740'

red 162 ◦ green 231 ◦ blue 64

#A2E740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A2E740

Tints of Atlantis #A2E740

RGB

 RED value IS 162 (63.67% from 255) = 35.45%

 GREEN value IS 231 (90.63% from 255) = 50.55%

 BLUE value IS 64 (25.39% from 255) = 14%

R = 35.45%
G = 50.55%
B = 14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#A2E740 (or 0xA2E740) is known color: 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

RGB 162 231 64 -
CMYK 0.30 0 0.72 0.09
HSL 84.79º 0.78% 0.58% -
HSV(B) 84.79º 0.72% 0.91% -
XYZ 44.4 65.2 15.1 -
YUV 191.33 56.14 107.08 -
System Red Green Blue C M Y K H S L
Decimal 162 231 64 0.30 0 0.72 0.09 84.79 0.78 0.58
Hex A2 E7 40 1E 0 48 9 55 4E 3A
Octal 242 347 100 36 0 110 11 125 116 72
Binary 10100010 11100111 1000000 11110 0 1001000 1001 1010101 1001110 111010

Color Harmonies of #A2E740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E740

Black with #A2E740

Text Example


Text Example

White with #A2E740

Text Example


Text Example

HTML Codes & Css Web 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>