Html Css Color HEX #A2E035 Atlantis

📋 copy color: '#A2E035'

red 162 ◦ green 224 ◦ blue 53

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

Shades of Atlantis #A2E035

Tints of Atlantis #A2E035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.07%

R = 36.9%
G = 51.03%
B = 12.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#A2E035 (or 0xA2E035) is known color: Atlantis. HEX triplet: A2, E0 and 35. RGB value is (162,224,53). Sum of RGB (Red+Green+Blue) = 162+224+53=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E035 is #5D1FCA. Grayscale: #BABABA. Windows color (decimal): -6102987 or 3530914. OLE color: 3530914.

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

Color convert

RGB 162 224 53 -
CMYK 0.28 0 0.76 0.12
HSL 81.75º 0.73% 0.54% -
HSV(B) 81.75º 0.76% 0.88% -
XYZ 42.2 61.25 12.97 -
YUV 185.97 52.96 110.9 -
System Red Green Blue C M Y K H S L
Decimal 162 224 53 0.28 0 0.76 0.12 81.75 0.73 0.54
Hex A2 E0 35 1C 0 4C C 52 49 36
Octal 242 340 65 34 0 114 14 122 111 66
Binary 10100010 11100000 110101 11100 0 1001100 1100 1010010 1001001 110110

Color Harmonies of #A2E035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E035

Black with #A2E035

Text Example


Text Example

White with #A2E035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E035; }

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

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

background-color css

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

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

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

border-color css

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

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

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