#A6D041

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

Shades of Atlantis #A6D041

Tints of Atlantis #A6D041

Color information

#A6D041 (or 0xA6D041) is unknown color: approx Atlantis. HEX triplet: A6, D0 and 41. RGB value is (166,208,65). Sum of RGB (Red+Green+Blue) = 166+208+65=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6D041 is #592FBE. Grayscale: #B3B3B3. Windows color (decimal): -5844927 or 4313254. OLE color: 4313254.

HSL color Cylindrical-coordinate representation of color #A6D041: hue angle of 77.62º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6D041 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB16620865-
CMYK0.2000.690.18
HSL77.62º60.34%53.53%-
HSV(B)77.62º68.75%81.57%-
XYZ39.2453.613.28-
YUV179.1463.59118.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 208 (81.64% from 255) = 47.38%
BLUE value IS 65 (25.78% from 255) = 14.81%
R=37.81%
G=47.38%
B=14.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal166208650.2000.690.1877.6260.3453.53
HexA6D04114045124e3c36
Octal246320101240105221167466
Binary101001101101000010000011010001000101100101001110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D041; }

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

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

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

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

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

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

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

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