#A6D942

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

Shades of Atlantis #A6D942

Tints of Atlantis #A6D942

Color information

#A6D942 (or 0xA6D942) is unknown color: approx Atlantis. HEX triplet: A6, D9 and 42. RGB value is (166,217,66). Sum of RGB (Red+Green+Blue) = 166+217+66=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D942 is #5926BD. Grayscale: #B9B9B9. Windows color (decimal): -5842622 or 4381094. OLE color: 4381094.

HSL color Cylindrical-coordinate representation of color #A6D942: hue angle of 80.26º degrees, saturation: 0.67, 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 #A6D942 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB16621766-
CMYK0.2400.700.15
HSL80.26º66.52%55.49%-
HSV(B)80.26º69.59%85.1%-
XYZ41.5258.1314.19-
YUV184.5461.1114.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 66 (26.17% from 255) = 14.70%
R=36.97%
G=48.33%
B=14.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal166217660.2400.700.1580.2666.5255.49
HexA6D94218046F504337
Octal2463311023001061712010367
Binary101001101101100110000101100001000110111110100001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D942; }

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

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

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

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

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

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

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

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