#A1E441

Color #A1E441 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #A1E441

Tints of Atlantis #A1E441

Color information

#A1E441 (or 0xA1E441) is unknown color: approx Atlantis. HEX triplet: A1, E4 and 41. RGB value is (161,228,65). Sum of RGB (Red+Green+Blue) = 161+228+65=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 228 (89.45% from 255 or 50.22% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E441 is #5E1BBE. Grayscale: #BDBDBD. Windows color (decimal): -6167487 or 4318369. OLE color: 4318369.

HSL color Cylindrical-coordinate representation of color #A1E441: hue angle of 84.66º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1E441 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB16122865-
CMYK0.2900.710.11
HSL84.66º75.12%57.45%-
HSV(B)84.66º71.49%89.41%-
XYZ43.463.4514.96-
YUV189.3857.8107.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.46%
GREEN value IS 228 (89.45% from 255) = 50.22%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=35.46%
G=50.22%
B=14.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161228650.2900.710.1184.6675.1257.45
HexA1E4411D047B554b39
Octal2413441013501071312511371
Binary101000011110010010000011110101000111101110101011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E441; }

 p { color: rgb(161,228,65); }

 H1.HeaderClassName
 {
   color: #A1E441;
 }
 .AnyTagClassName
 {
   color: #A1E441;
 }
</style>
background-color css

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

 a { background-color: rgb(161,228,65); }

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

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

 span { border-color: rgb(161,228,65); }

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