Html Css Color HEX #A2E134 Atlantis

📋 copy color: '#A2E134'

red 162 ◦ green 225 ◦ blue 52

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

Shades of Atlantis #A2E134

Tints of Atlantis #A2E134

RGB

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

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

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

R = 36.9%
G = 51.25%
B = 11.85%

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

#A2E134 (or 0xA2E134) is known color: Atlantis. HEX triplet: A2, E1 and 34. RGB value is (162,225,52). Sum of RGB (Red+Green+Blue) = 162+225+52=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E134 is #5D1ECB. Grayscale: #BBBBBB. Windows color (decimal): -6102732 or 3465634. OLE color: 3465634.

HSL color Cylindrical-coordinate representation of color #A2E134: hue angle of 81.85º 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 #A2E134 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 225 52 -
CMYK 0.28 0 0.77 0.12
HSL 81.85º 0.74% 0.54% -
HSV(B) 81.85º 0.77% 0.88% -
XYZ 42.45 61.78 12.94 -
YUV 186.44 52.13 110.57 -
System Red Green Blue C M Y K H S L
Decimal 162 225 52 0.28 0 0.77 0.12 81.85 0.74 0.54
Hex A2 E1 34 1C 0 4D C 52 4A 36
Octal 242 341 64 34 0 115 14 122 112 66
Binary 10100010 11100001 110100 11100 0 1001101 1100 1010010 1001010 110110

Color Harmonies of #A2E134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E134

Black with #A2E134

Text Example


Text Example

White with #A2E134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E134; }

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

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

background-color css

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

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

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

border-color css

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

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

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