#A3DE41

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

Shades of Atlantis #A3DE41

Tints of Atlantis #A3DE41

Color information

#A3DE41 (or 0xA3DE41) is unknown color: approx Atlantis. HEX triplet: A3, DE and 41. RGB value is (163,222,65). Sum of RGB (Red+Green+Blue) = 163+222+65=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3DE41 is #5C21BE. Grayscale: #BBBBBB. Windows color (decimal): -6037951 or 4316835. OLE color: 4316835.

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

Color convert

RGB16322265-
CMYK0.2700.710.13
HSL82.55º70.4%56.27%-
HSV(B)82.55º70.72%87.06%-
XYZ42.1860.4114.44-
YUV186.4659.45111.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 222 (87.11% from 255) = 49.33%
BLUE value IS 65 (25.78% from 255) = 14.44%
R=36.22%
G=49.33%
B=14.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163222650.2700.710.1382.5570.456.27
HexA3DE411B047D534638
Octal2433361013301071512310670
Binary101000111101111010000011101101000111110110100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DE41; }

 p { color: rgb(163,222,65); }

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

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

 a { background-color: rgb(163,222,65); }

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

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

 span { border-color: rgb(163,222,65); }

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