#A6D641

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

Shades of Atlantis #A6D641

Tints of Atlantis #A6D641

Color information

#A6D641 (or 0xA6D641) is unknown color: approx Atlantis. HEX triplet: A6, D6 and 41. RGB value is (166,214,65). Sum of RGB (Red+Green+Blue) = 166+214+65=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D641 is #5929BE. Grayscale: #B7B7B7. Windows color (decimal): -5843391 or 4314790. OLE color: 4314790.

HSL color Cylindrical-coordinate representation of color #A6D641: hue angle of 79.33º 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 #A6D641 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB16621465-
CMYK0.2200.700.16
HSL79.33º64.5%54.71%-
HSV(B)79.33º69.63%83.92%-
XYZ40.7356.5813.78-
YUV182.6661.6116.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 214 (83.98% from 255) = 48.09%
BLUE value IS 65 (25.78% from 255) = 14.61%
R=37.30%
G=48.09%
B=14.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166214650.2200.700.1679.3364.554.71
HexA6D64116046104f4137
Octal2463261012601062011710167
Binary1010011011010110100000110110010001101000010011111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D641; }

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

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

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

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

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

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

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

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