#a1d644

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

Shades of Atlantis #A1D644

Tints of Atlantis #A1D644

Color information

#A1D644 (or 0xA1D644) is unknown color: approx Atlantis. HEX triplet: A1, D6 and 44. RGB value is (161,214,68). Sum of RGB (Red+Green+Blue) = 161+214+68=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D644 is #5E29BB. Grayscale: #B6B6B6. Windows color (decimal): -6171068 or 4511393. OLE color: 4511393.

HSL color Cylindrical-coordinate representation of color #A1D644: hue angle of 81.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1D644 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB16121468-
CMYK0.2500.680.16
HSL81.78º64.04%55.29%-
HSV(B)81.78º68.22%83.92%-
XYZ39.7956.0914.2-
YUV181.5163.94113.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 214 (83.98% from 255) = 48.31%
BLUE value IS 68 (26.95% from 255) = 15.35%
R=36.34%
G=48.31%
B=15.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161214680.2500.680.1681.7864.0455.29
HexA1D6441904410524037
Octal2413261043101042012210067
Binary1010000111010110100010011001010001001000010100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1d644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1d644; }

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

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

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

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

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

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

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

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