#A1EA3E

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

Shades of Atlantis #A1EA3E

Tints of Atlantis #A1EA3E

Color information

#A1EA3E (or 0xA1EA3E) is unknown color: approx Atlantis. HEX triplet: A1, EA and 3E. RGB value is (161,234,62). Sum of RGB (Red+Green+Blue) = 161+234+62=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 234 (91.80% from 255 or 51.20% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EA3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EA3E is #5E15C1. Grayscale: #C1C1C1. Windows color (decimal): -6165954 or 4123297. OLE color: 4123297.

HSL color Cylindrical-coordinate representation of color #A1EA3E: hue angle of 85.47º 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 #A1EA3E is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB16123462-
CMYK0.3100.740.08
HSL85.47º80.37%58.04%-
HSV(B)85.47º73.5%91.76%-
XYZ44.9966.7715.07-
YUV192.5754.32105.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 234 (91.80% from 255) = 51.20%
BLUE value IS 62 (24.61% from 255) = 13.57%
R=35.23%
G=51.20%
B=13.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161234620.3100.740.0885.4780.3758.04
HexA1EA3E1F04A855503a
Octal241352763701121012512072
Binary10100001111010101111101111101001010100010101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1EA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1EA3E; }

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

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

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

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

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

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

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

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