Html Css Color HEX #A1E531 Atlantis

📋 copy color: '#A1E531'

red 161 ◦ green 229 ◦ blue 49

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

Shades of Atlantis #A1E531

Tints of Atlantis #A1E531

RGB

 RED value IS 161 (63.28% from 255) = 36.67%

 GREEN value IS 229 (89.84% from 255) = 52.16%

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

R = 36.67%
G = 52.16%
B = 11.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#A1E531 (or 0xA1E531) is known color: Atlantis. HEX triplet: A1, E5 and 31. RGB value is (161,229,49). Sum of RGB (Red+Green+Blue) = 161+229+49=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 229 (89.84% from 255 or 52.16% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E531 is #5E1ACE. Grayscale: #BCBCBC. Windows color (decimal): -6167247 or 3270049. OLE color: 3270049.

HSL color Cylindrical-coordinate representation of color #A1E531: hue angle of 82.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1E531 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 229 49 -
CMYK 0.30 0 0.79 0.10
HSL 82.67º 0.78% 0.55% -
HSV(B) 82.67º 0.79% 0.9% -
XYZ 43.27 63.84 12.95 -
YUV 188.15 49.47 108.64 -
System Red Green Blue C M Y K H S L
Decimal 161 229 49 0.30 0 0.79 0.10 82.67 0.78 0.55
Hex A1 E5 31 1E 0 4F A 53 4E 37
Octal 241 345 61 36 0 117 12 123 116 67
Binary 10100001 11100101 110001 11110 0 1001111 1010 1010011 1001110 110111

Color Harmonies of #A1E531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E531

Black with #A1E531

Text Example


Text Example

White with #A1E531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E531; }

 p { color: rgb(161,229,49); }

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

background-color css

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

 a { background-color: rgb(161,229,49); }

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

border-color css

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

 span { border-color: rgb(161,229,49); }

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