#A1D144

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

Shades of Atlantis #A1D144

Tints of Atlantis #A1D144

Color information

#A1D144 (or 0xA1D144) is unknown color: approx Atlantis. HEX triplet: A1, D1 and 44. RGB value is (161,209,68). Sum of RGB (Red+Green+Blue) = 161+209+68=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D144 is #5E2EBB. Grayscale: #B3B3B3. Windows color (decimal): -6172348 or 4510113. OLE color: 4510113.

HSL color Cylindrical-coordinate representation of color #A1D144: hue angle of 80.43º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1D144 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB16120968-
CMYK0.2300.670.18
HSL80.43º60.52%54.31%-
HSV(B)80.43º67.46%81.96%-
XYZ38.5453.613.78-
YUV178.5765.6115.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 209 (82.03% from 255) = 47.72%
BLUE value IS 68 (26.95% from 255) = 15.53%
R=36.76%
G=47.72%
B=15.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal161209680.2300.670.1880.4360.5254.31
HexA1D1441704312503d36
Octal241321104270103221207566
Binary101000011101000110001001011101000011100101010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D144; }

 p { color: rgb(161,209,68); }

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

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

 a { background-color: rgb(161,209,68); }

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

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

 span { border-color: rgb(161,209,68); }

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