Html Css Color HEX #A2E230 Atlantis

📋 copy color: '#A2E230'

red 162 ◦ green 226 ◦ blue 48

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

Shades of Atlantis #A2E230

Tints of Atlantis #A2E230

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.83%

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

R = 37.16%
G = 51.83%
B = 11.01%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#A2E230 (or 0xA2E230) is known color: Atlantis. HEX triplet: A2, E2 and 30. RGB value is (162,226,48). Sum of RGB (Red+Green+Blue) = 162+226+48=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E230 is #5D1DCF. Grayscale: #BBBBBB. Windows color (decimal): -6102480 or 3203746. OLE color: 3203746.

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

Color convert

RGB 162 226 48 -
CMYK 0.28 0 0.79 0.11
HSL 81.57º 0.75% 0.54% -
HSV(B) 81.57º 0.79% 0.89% -
XYZ 42.63 62.29 12.57 -
YUV 186.57 49.8 110.47 -
System Red Green Blue C M Y K H S L
Decimal 162 226 48 0.28 0 0.79 0.11 81.57 0.75 0.54
Hex A2 E2 30 1C 0 4F B 52 4B 36
Octal 242 342 60 34 0 117 13 122 113 66
Binary 10100010 11100010 110000 11100 0 1001111 1011 1010010 1001011 110110

Color Harmonies of #A2E230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E230

Black with #A2E230

Text Example


Text Example

White with #A2E230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E230; }

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

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

background-color css

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

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

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

border-color css

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

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

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