Html Css Color HEX #A2E130 Atlantis

📋 copy color: '#A2E130'

red 162 ◦ green 225 ◦ blue 48

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

Shades of Atlantis #A2E130

Tints of Atlantis #A2E130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.03%

R = 37.24%
G = 51.72%
B = 11.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#A2E130 (or 0xA2E130) is known color: Atlantis. HEX triplet: A2, E1 and 30. RGB value is (162,225,48). Sum of RGB (Red+Green+Blue) = 162+225+48=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 225 (88.28% from 255 or 51.72% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E130 is #5D1ECF. Grayscale: #BABABA. Windows color (decimal): -6102736 or 3203490. OLE color: 3203490.

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

Color convert

RGB 162 225 48 -
CMYK 0.28 0 0.79 0.12
HSL 81.36º 0.75% 0.54% -
HSV(B) 81.36º 0.79% 0.88% -
XYZ 42.36 61.75 12.48 -
YUV 185.99 50.13 110.89 -
System Red Green Blue C M Y K H S L
Decimal 162 225 48 0.28 0 0.79 0.12 81.36 0.75 0.54
Hex A2 E1 30 1C 0 4F C 51 4B 36
Octal 242 341 60 34 0 117 14 121 113 66
Binary 10100010 11100001 110000 11100 0 1001111 1100 1010001 1001011 110110

Color Harmonies of #A2E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E130

Black with #A2E130

Text Example


Text Example

White with #A2E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E130; }

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

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

background-color css

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

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

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

border-color css

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

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

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