#A6DD34

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

Shades of Atlantis #A6DD34

Tints of Atlantis #A6DD34

Color information

#A6DD34 (or 0xA6DD34) is unknown color: approx Atlantis. HEX triplet: A6, DD and 34. RGB value is (166,221,52). Sum of RGB (Red+Green+Blue) = 166+221+52=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6DD34 is #5922CB. Grayscale: #B9B9B9. Windows color (decimal): -5841612 or 3464614. OLE color: 3464614.

HSL color Cylindrical-coordinate representation of color #A6DD34: hue angle of 79.53º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6DD34 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB16622152-
CMYK0.2500.760.13
HSL79.53º71.31%53.53%-
HSV(B)79.53º76.47%86.67%-
XYZ42.260.0712.62-
YUV185.2952.78114.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.81%
GREEN value IS 221 (86.72% from 255) = 50.34%
BLUE value IS 52 (20.70% from 255) = 11.85%
R=37.81%
G=50.34%
B=11.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166221520.2500.760.1379.5371.3153.53
HexA6DD341904CD504736
Octal246335643101141512010766
Binary10100110110111011101001100101001100110110100001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD34; }

 p { color: rgb(166,221,52); }

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

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

 a { background-color: rgb(166,221,52); }

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

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

 span { border-color: rgb(166,221,52); }

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