#A6D841

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

Shades of Atlantis #A6D841

Tints of Atlantis #A6D841

Color information

#A6D841 (or 0xA6D841) is unknown color: approx Atlantis. HEX triplet: A6, D8 and 41. RGB value is (166,216,65). Sum of RGB (Red+Green+Blue) = 166+216+65=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 216 (84.77% from 255 or 48.32% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D841 is #5927BE. Grayscale: #B8B8B8. Windows color (decimal): -5842879 or 4315302. OLE color: 4315302.

HSL color Cylindrical-coordinate representation of color #A6D841: hue angle of 79.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6D841 is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB16621665-
CMYK0.2300.700.15
HSL79.87º65.94%55.1%-
HSV(B)79.87º69.91%84.71%-
XYZ41.2457.613.95-
YUV183.8460.94115.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.14%
GREEN value IS 216 (84.77% from 255) = 48.32%
BLUE value IS 65 (25.78% from 255) = 14.54%
R=37.14%
G=48.32%
B=14.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166216650.2300.700.1579.8765.9455.1
HexA6D84117046F504237
Octal2463301012701061712010267
Binary101001101101100010000011011101000110111110100001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D841; }

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

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

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

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

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

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

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

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