#A1E439

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

Shades of Atlantis #A1E439

Tints of Atlantis #A1E439

Color information

#A1E439 (or 0xA1E439) is unknown color: approx Atlantis. HEX triplet: A1, E4 and 39. RGB value is (161,228,57). Sum of RGB (Red+Green+Blue) = 161+228+57=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E439 is #5E1BC6. Grayscale: #BDBDBD. Windows color (decimal): -6167495 or 3794081. OLE color: 3794081.

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

Color convert

RGB16122857-
CMYK0.2900.750.11
HSL83.51º76%55.88%-
HSV(B)83.51º75%89.41%-
XYZ43.1863.3613.82-
YUV188.4753.8108.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 228 (89.45% from 255) = 51.12%
BLUE value IS 57 (22.66% from 255) = 12.78%
R=36.10%
G=51.12%
B=12.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal161228570.2900.750.1183.517655.88
HexA1E4391D04BB544c38
Octal241344713501131312411470
Binary10100001111001001110011110101001011101110101001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E439; }

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

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

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

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

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

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

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

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