#A3DA3C

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

Shades of Atlantis #A3DA3C

Tints of Atlantis #A3DA3C

Color information

#A3DA3C (or 0xA3DA3C) is unknown color: approx Atlantis. HEX triplet: A3, DA and 3C. RGB value is (163,218,60). Sum of RGB (Red+Green+Blue) = 163+218+60=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DA3C is #5C25C3. Grayscale: #B8B8B8. Windows color (decimal): -6038980 or 3988131. OLE color: 3988131.

HSL color Cylindrical-coordinate representation of color #A3DA3C: hue angle of 80.89º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A3DA3C is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB16321860-
CMYK0.2500.720.15
HSL80.89º68.1%54.51%-
HSV(B)80.89º72.48%85.49%-
XYZ40.9958.2613.36-
YUV183.5458.28113.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 218 (85.55% from 255) = 49.43%
BLUE value IS 60 (23.83% from 255) = 13.61%
R=36.96%
G=49.43%
B=13.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163218600.2500.720.1580.8968.154.51
HexA3DA3C19048F514437
Octal243332743101101712110467
Binary10100011110110101111001100101001000111110100011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DA3C; }

 p { color: rgb(163,218,60); }

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

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

 a { background-color: rgb(163,218,60); }

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

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

 span { border-color: rgb(163,218,60); }

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