#A0E040

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

Shades of Atlantis #A0E040

Tints of Atlantis #A0E040

Color information

#A0E040 (or 0xA0E040) is unknown color: approx Atlantis. HEX triplet: A0, E0 and 40. RGB value is (160,224,64). Sum of RGB (Red+Green+Blue) = 160+224+64=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E040 is #5F1FBF. Grayscale: #BBBBBB. Windows color (decimal): -6234048 or 4251808. OLE color: 4251808.

HSL color Cylindrical-coordinate representation of color #A0E040: hue angle of 84º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0E040 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB16022464-
CMYK0.2900.710.12
HSL84º72.07%56.47%-
HSV(B)84º71.43%87.84%-
XYZ42.0861.1614.44-
YUV186.6258.8109.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 224 (87.89% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=35.71%
G=50%
B=14.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal160224640.2900.710.128472.0756.47
HexA0E0401D047C544838
Octal2403401003501071412411070
Binary101000001110000010000001110101000111110010101001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E040; }

 p { color: rgb(160,224,64); }

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

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

 a { background-color: rgb(160,224,64); }

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

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

 span { border-color: rgb(160,224,64); }

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