#a6dc42

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

Shades of Atlantis #A6DC42

Tints of Atlantis #A6DC42

Color information

#A6DC42 (or 0xA6DC42) is unknown color: approx Atlantis. HEX triplet: A6, DC and 42. RGB value is (166,220,66). Sum of RGB (Red+Green+Blue) = 166+220+66=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 220 (86.33% from 255 or 48.67% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DC42 is #5923BD. Grayscale: #BABABA. Windows color (decimal): -5841854 or 4381862. OLE color: 4381862.

HSL color Cylindrical-coordinate representation of color #A6DC42: hue angle of 81.04º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6DC42 is Cyan = 0.25, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB16622066-
CMYK0.2500.70.14
HSL81.04º68.75%56.08%-
HSV(B)81.04º70%86.27%-
XYZ42.359.6914.45-
YUV186.360.11113.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.73%
GREEN value IS 220 (86.33% from 255) = 48.67%
BLUE value IS 66 (26.17% from 255) = 14.60%
R=36.73%
G=48.67%
B=14.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal166220660.2500.70.1481.0468.7556.08
HexA6DC4219046E514538
Octal2463341023101061612110570
Binary101001101101110010000101100101000110111010100011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6dc42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6dc42; }

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

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

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

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

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

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

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

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