Html Css Color HEX #A2E131 Atlantis

📋 copy color: '#A2E131'

red 162 ◦ green 225 ◦ blue 49

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

Shades of Atlantis #A2E131

Tints of Atlantis #A2E131

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.61%

 BLUE value IS 49 (19.53% from 255) = 11.24%

R = 37.16%
G = 51.61%
B = 11.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#A2E131 (or 0xA2E131) is known color: Atlantis. HEX triplet: A2, E1 and 31. RGB value is (162,225,49). Sum of RGB (Red+Green+Blue) = 162+225+49=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 225 (88.28% from 255 or 51.61% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E131 is #5D1ECE. Grayscale: #BABABA. Windows color (decimal): -6102735 or 3269026. OLE color: 3269026.

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

Color convert

RGB 162 225 49 -
CMYK 0.28 0 0.78 0.12
HSL 81.48º 0.75% 0.54% -
HSV(B) 81.48º 0.78% 0.88% -
XYZ 42.38 61.75 12.59 -
YUV 186.1 50.63 110.81 -
System Red Green Blue C M Y K H S L
Decimal 162 225 49 0.28 0 0.78 0.12 81.48 0.75 0.54
Hex A2 E1 31 1C 0 4E C 51 4B 36
Octal 242 341 61 34 0 116 14 121 113 66
Binary 10100010 11100001 110001 11100 0 1001110 1100 1010001 1001011 110110

Color Harmonies of #A2E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E131

Black with #A2E131

Text Example


Text Example

White with #A2E131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E131; }

 p { color: rgb(162,225,49); }

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

background-color css

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

 a { background-color: rgb(162,225,49); }

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

border-color css

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

 span { border-color: rgb(162,225,49); }

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