Html Css Color HEX #A2E034 Atlantis

📋 copy color: '#A2E034'

red 162 ◦ green 224 ◦ blue 52

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

Shades of Atlantis #A2E034

Tints of Atlantis #A2E034

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.14%

 BLUE value IS 52 (20.7% from 255) = 11.87%

R = 36.99%
G = 51.14%
B = 11.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#A2E034 (or 0xA2E034) is known color: Atlantis. HEX triplet: A2, E0 and 34. RGB value is (162,224,52). Sum of RGB (Red+Green+Blue) = 162+224+52=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E034 is #5D1FCB. Grayscale: #BABABA. Windows color (decimal): -6102988 or 3465378. OLE color: 3465378.

HSL color Cylindrical-coordinate representation of color #A2E034: hue angle of 81.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2E034 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 224 52 -
CMYK 0.28 0 0.77 0.12
HSL 81.63º 0.74% 0.54% -
HSV(B) 81.63º 0.77% 0.88% -
XYZ 42.18 61.24 12.85 -
YUV 185.85 52.46 110.99 -
System Red Green Blue C M Y K H S L
Decimal 162 224 52 0.28 0 0.77 0.12 81.63 0.74 0.54
Hex A2 E0 34 1C 0 4D C 52 4A 36
Octal 242 340 64 34 0 115 14 122 112 66
Binary 10100010 11100000 110100 11100 0 1001101 1100 1010010 1001010 110110

Color Harmonies of #A2E034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E034

Black with #A2E034

Text Example


Text Example

White with #A2E034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E034; }

 p { color: rgb(162,224,52); }

 H1.HeaderClassName
 {
   color: #A2E034;
 }
 .AnyTagClassName
 {
   color: #A2E034;
 }
</style>

background-color css

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

 a { background-color: rgb(162,224,52); }

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

border-color css

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

 span { border-color: rgb(162,224,52); }

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