#A0EA3E

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

Shades of Atlantis #A0EA3E

Tints of Atlantis #A0EA3E

Color information

#A0EA3E (or 0xA0EA3E) is unknown color: approx Atlantis. HEX triplet: A0, EA and 3E. RGB value is (160,234,62). Sum of RGB (Red+Green+Blue) = 160+234+62=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EA3E is #5F15C1. Grayscale: #C0C0C0. Windows color (decimal): -6231490 or 4123296. OLE color: 4123296.

HSL color Cylindrical-coordinate representation of color #A0EA3E: hue angle of 85.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0EA3E is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB16023462-
CMYK0.3200.740.08
HSL85.81º80.37%58.04%-
HSV(B)85.81º73.5%91.76%-
XYZ44.7966.6715.06-
YUV192.2754.48104.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 234 (91.80% from 255) = 51.32%
BLUE value IS 62 (24.61% from 255) = 13.60%
R=35.09%
G=51.32%
B=13.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal160234620.3200.740.0885.8180.3758.04
HexA0EA3E2004A856503a
Octal240352764001121012612072
Binary101000001110101011111010000001001010100010101101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA3E; }

 p { color: rgb(160,234,62); }

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

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

 a { background-color: rgb(160,234,62); }

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

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

 span { border-color: rgb(160,234,62); }

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