#A1D641

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

Shades of Atlantis #A1D641

Tints of Atlantis #A1D641

Color information

#A1D641 (or 0xA1D641) is unknown color: approx Atlantis. HEX triplet: A1, D6 and 41. RGB value is (161,214,65). Sum of RGB (Red+Green+Blue) = 161+214+65=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D641 is #5E29BE. Grayscale: #B5B5B5. Windows color (decimal): -6171071 or 4314785. OLE color: 4314785.

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

Color convert

RGB16121465-
CMYK0.2500.700.16
HSL81.34º64.5%54.71%-
HSV(B)81.34º69.63%83.92%-
XYZ39.756.0513.73-
YUV181.1762.44113.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 214 (83.98% from 255) = 48.64%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=36.59%
G=48.64%
B=14.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161214650.2500.700.1681.3464.554.71
HexA1D6411904610514137
Octal2413261013101062012110167
Binary1010000111010110100000111001010001101000010100011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D641; }

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

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

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

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

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

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

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

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