#A0E439

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

Shades of Atlantis #A0E439

Tints of Atlantis #A0E439

Color information

#A0E439 (or 0xA0E439) is unknown color: approx Atlantis. HEX triplet: A0, E4 and 39. RGB value is (160,228,57). Sum of RGB (Red+Green+Blue) = 160+228+57=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 228 (89.45% from 255 or 51.24% from 445); Blue value is 57 (22.66% from 255 or 12.81% from 445); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E439 is #5F1BC6. Grayscale: #BCBCBC. Windows color (decimal): -6233031 or 3794080. OLE color: 3794080.

HSL color Cylindrical-coordinate representation of color #A0E439: hue angle of 83.86º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0E439 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB16022857-
CMYK0.3000.750.11
HSL83.86º76%55.88%-
HSV(B)83.86º75%89.41%-
XYZ42.9863.2613.82-
YUV188.1753.97107.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 228 (89.45% from 255) = 51.24%
BLUE value IS 57 (22.66% from 255) = 12.81%
R=35.96%
G=51.24%
B=12.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160228570.3000.750.1183.867655.88
HexA0E4391E04BB544c38
Octal240344713601131312411470
Binary10100000111001001110011111001001011101110101001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E439; }

 p { color: rgb(160,228,57); }

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

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

 a { background-color: rgb(160,228,57); }

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

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

 span { border-color: rgb(160,228,57); }

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