Html Css Color HEX #A1E940 Atlantis

📋 copy color: '#A1E940'

red 161 ◦ green 233 ◦ blue 64

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

Shades of Atlantis #A1E940

Tints of Atlantis #A1E940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.87%

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

R = 35.15%
G = 50.87%
B = 13.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#A1E940 (or 0xA1E940) is known color: Atlantis. HEX triplet: A1, E9 and 40. RGB value is (161,233,64). Sum of RGB (Red+Green+Blue) = 161+233+64=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 233 (91.41% from 255 or 50.87% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E940 is #5E16BF. Grayscale: #C0C0C0. Windows color (decimal): -6166208 or 4254113. OLE color: 4254113.

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

Color convert

RGB 161 233 64 -
CMYK 0.31 0 0.73 0.09
HSL 85.56º 0.79% 0.58% -
HSV(B) 85.56º 0.73% 0.91% -
XYZ 44.76 66.23 15.27 -
YUV 192.21 55.65 105.74 -
System Red Green Blue C M Y K H S L
Decimal 161 233 64 0.31 0 0.73 0.09 85.56 0.79 0.58
Hex A1 E9 40 1F 0 49 9 56 4F 3A
Octal 241 351 100 37 0 111 11 126 117 72
Binary 10100001 11101001 1000000 11111 0 1001001 1001 1010110 1001111 111010

Color Harmonies of #A1E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E940

Black with #A1E940

Text Example


Text Example

White with #A1E940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E940; }

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

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

background-color css

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

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

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

border-color css

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

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

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