#A1D439

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

Shades of Atlantis #A1D439

Tints of Atlantis #A1D439

Color information

#A1D439 (or 0xA1D439) is unknown color: approx Atlantis. HEX triplet: A1, D4 and 39. RGB value is (161,212,57). Sum of RGB (Red+Green+Blue) = 161+212+57=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 212 (83.20% from 255 or 49.30% from 430); Blue value is 57 (22.66% from 255 or 13.26% from 430); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D439 is #5E2BC6. Grayscale: #B3B3B3. Windows color (decimal): -6171591 or 3789985. OLE color: 3789985.

HSL color Cylindrical-coordinate representation of color #A1D439: hue angle of 79.74º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1D439 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB16121257-
CMYK0.2400.730.17
HSL79.74º64.32%52.75%-
HSV(B)79.74º73.11%83.14%-
XYZ38.9854.9612.42-
YUV179.0859.1115.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 212 (83.20% from 255) = 49.30%
BLUE value IS 57 (22.66% from 255) = 13.26%
R=37.44%
G=49.30%
B=13.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161212570.2400.730.1779.7464.3252.75
HexA1D4391804911504035
Octal241324713001112112010065
Binary101000011101010011100111000010010011000110100001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D439; }

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

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

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

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

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

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

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

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