#A3DD46

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

Shades of Atlantis #A3DD46

Tints of Atlantis #A3DD46

Color information

#A3DD46 (or 0xA3DD46) is unknown color: approx Atlantis. HEX triplet: A3, DD and 46. RGB value is (163,221,70). Sum of RGB (Red+Green+Blue) = 163+221+70=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DD46 is #5C22B9. Grayscale: #BABABA. Windows color (decimal): -6038202 or 4644259. OLE color: 4644259.

HSL color Cylindrical-coordinate representation of color #A3DD46: hue angle of 83.05º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3DD46 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB16322170-
CMYK0.2600.680.13
HSL83.05º68.95%57.06%-
HSV(B)83.05º68.33%86.67%-
XYZ42.0759.9415.15-
YUV186.4462.28111.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 221 (86.72% from 255) = 48.68%
BLUE value IS 70 (27.73% from 255) = 15.42%
R=35.90%
G=48.68%
B=15.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163221700.2600.680.1383.0568.9557.06
HexA3DD461A044D534539
Octal2433351063201041512310571
Binary101000111101110110001101101001000100110110100111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DD46; }

 p { color: rgb(163,221,70); }

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

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

 a { background-color: rgb(163,221,70); }

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

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

 span { border-color: rgb(163,221,70); }

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