#A6D542

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

Shades of Atlantis #A6D542

Tints of Atlantis #A6D542

Color information

#A6D542 (or 0xA6D542) is unknown color: approx Atlantis. HEX triplet: A6, D5 and 42. RGB value is (166,213,66). Sum of RGB (Red+Green+Blue) = 166+213+66=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D542 is #592ABD. Grayscale: #B6B6B6. Windows color (decimal): -5843646 or 4380070. OLE color: 4380070.

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

Color convert

RGB16621366-
CMYK0.2200.690.16
HSL79.18º63.64%54.71%-
HSV(B)79.18º69.01%83.53%-
XYZ40.556.0913.85-
YUV182.1962.43116.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 213 (83.59% from 255) = 47.87%
BLUE value IS 66 (26.17% from 255) = 14.83%
R=37.30%
G=47.87%
B=14.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal166213660.2200.690.1679.1863.6454.71
HexA6D54216045104f4037
Octal2463251022601052011710067
Binary1010011011010101100001010110010001011000010011111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D542; }

 p { color: rgb(166,213,66); }

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

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

 a { background-color: rgb(166,213,66); }

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

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

 span { border-color: rgb(166,213,66); }

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