Html Css Color HEX #A1E540 Atlantis

📋 copy color: '#A1E540'

red 161 ◦ green 229 ◦ blue 64

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

Shades of Atlantis #A1E540

Tints of Atlantis #A1E540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.1%

R = 35.46%
G = 50.44%
B = 14.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#A1E540 (or 0xA1E540) is known color: Atlantis. HEX triplet: A1, E5 and 40. RGB value is (161,229,64). Sum of RGB (Red+Green+Blue) = 161+229+64=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E540 is #5E1ABF. Grayscale: #BEBEBE. Windows color (decimal): -6167232 or 4253089. OLE color: 4253089.

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

Color convert

RGB 161 229 64 -
CMYK 0.30 0 0.72 0.10
HSL 84.73º 0.76% 0.57% -
HSV(B) 84.73º 0.72% 0.9% -
XYZ 43.64 63.99 14.9 -
YUV 189.86 56.97 107.42 -
System Red Green Blue C M Y K H S L
Decimal 161 229 64 0.30 0 0.72 0.10 84.73 0.76 0.57
Hex A1 E5 40 1E 0 48 A 55 4C 39
Octal 241 345 100 36 0 110 12 125 114 71
Binary 10100001 11100101 1000000 11110 0 1001000 1010 1010101 1001100 111001

Color Harmonies of #A1E540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E540

Black with #A1E540

Text Example


Text Example

White with #A1E540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E540; }

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

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

background-color css

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

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

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

border-color css

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

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

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