Html Css Color HEX #A1E740 Atlantis

📋 copy color: '#A1E740'

red 161 ◦ green 231 ◦ blue 64

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

Shades of Atlantis #A1E740

Tints of Atlantis #A1E740

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.66%

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

R = 35.31%
G = 50.66%
B = 14.04%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#A1E740 (or 0xA1E740) is known color: Atlantis. HEX triplet: A1, E7 and 40. RGB value is (161,231,64). Sum of RGB (Red+Green+Blue) = 161+231+64=456 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.31% from 456); Green value is 231 (90.62% from 255 or 50.66% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E740 is #5E18BF. Grayscale: #BFBFBF. Windows color (decimal): -6166720 or 4253601. OLE color: 4253601.

HSL color Cylindrical-coordinate representation of color #A1E740: hue angle of 85.15º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1E740 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 231 64 -
CMYK 0.30 0 0.72 0.09
HSL 85.15º 0.78% 0.58% -
HSV(B) 85.15º 0.72% 0.91% -
XYZ 44.2 65.1 15.09 -
YUV 191.03 56.31 106.58 -
System Red Green Blue C M Y K H S L
Decimal 161 231 64 0.30 0 0.72 0.09 85.15 0.78 0.58
Hex A1 E7 40 1E 0 48 9 55 4E 3A
Octal 241 347 100 36 0 110 11 125 116 72
Binary 10100001 11100111 1000000 11110 0 1001000 1001 1010101 1001110 111010

Color Harmonies of #A1E740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E740

Black with #A1E740

Text Example


Text Example

White with #A1E740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E740; }

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

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

background-color css

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

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

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

border-color css

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

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

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