#A4DE41

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

Shades of Atlantis #A4DE41

Tints of Atlantis #A4DE41

Color information

#A4DE41 (or 0xA4DE41) is unknown color: approx Atlantis. HEX triplet: A4, DE and 41. RGB value is (164,222,65). Sum of RGB (Red+Green+Blue) = 164+222+65=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4DE41 is #5B21BE. Grayscale: #BBBBBB. Windows color (decimal): -5972415 or 4316836. OLE color: 4316836.

HSL color Cylindrical-coordinate representation of color #A4DE41: hue angle of 82.17º 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 #A4DE41 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB16422265-
CMYK0.2600.710.13
HSL82.17º70.4%56.27%-
HSV(B)82.17º70.72%87.06%-
XYZ42.3960.5214.45-
YUV186.7659.28111.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.36%
GREEN value IS 222 (87.11% from 255) = 49.22%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=36.36%
G=49.22%
B=14.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164222650.2600.710.1382.1770.456.27
HexA4DE411A047D524638
Octal2443361013201071512210670
Binary101001001101111010000011101001000111110110100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE41; }

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

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

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

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

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

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

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

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