Html Css Color HEX #A2E133 Atlantis

📋 copy color: '#A2E133'

red 162 ◦ green 225 ◦ blue 51

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

Shades of Atlantis #A2E133

Tints of Atlantis #A2E133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.64%

R = 36.99%
G = 51.37%
B = 11.64%

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

#A2E133 (or 0xA2E133) is known color: Atlantis. HEX triplet: A2, E1 and 33. RGB value is (162,225,51). Sum of RGB (Red+Green+Blue) = 162+225+51=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 225 (88.28% from 255 or 51.37% from 438); Blue value is 51 (20.31% from 255 or 11.64% from 438); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2E133 is #5D1ECC. Grayscale: #BABABA. Windows color (decimal): -6102733 or 3400098. OLE color: 3400098.

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

Color convert

RGB 162 225 51 -
CMYK 0.28 0 0.77 0.12
HSL 81.72º 0.74% 0.54% -
HSV(B) 81.72º 0.77% 0.88% -
XYZ 42.42 61.77 12.82 -
YUV 186.33 51.63 110.65 -
System Red Green Blue C M Y K H S L
Decimal 162 225 51 0.28 0 0.77 0.12 81.72 0.74 0.54
Hex A2 E1 33 1C 0 4D C 52 4A 36
Octal 242 341 63 34 0 115 14 122 112 66
Binary 10100010 11100001 110011 11100 0 1001101 1100 1010010 1001010 110110

Color Harmonies of #A2E133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2E133

Black with #A2E133

Text Example


Text Example

White with #A2E133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2E133; }

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

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

background-color css

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

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

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

border-color css

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

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

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