#A9E53A

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

Shades of Atlantis #A9E53A

Tints of Atlantis #A9E53A

Color information

#A9E53A (or 0xA9E53A) is unknown color: approx Atlantis. HEX triplet: A9, E5 and 3A. RGB value is (169,229,58). Sum of RGB (Red+Green+Blue) = 169+229+58=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E53A is #561AC5. Grayscale: #C0C0C0. Windows color (decimal): -5642950 or 3859881. OLE color: 3859881.

HSL color Cylindrical-coordinate representation of color #A9E53A: hue angle of 81.05º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9E53A is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB16922958-
CMYK0.2600.750.10
HSL81.05º76.68%56.27%-
HSV(B)81.05º74.67%89.8%-
XYZ45.1564.7814.13-
YUV191.5752.62111.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.06%
GREEN value IS 229 (89.84% from 255) = 50.22%
BLUE value IS 58 (23.05% from 255) = 12.72%
R=37.06%
G=50.22%
B=12.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal169229580.2600.750.1081.0576.6856.27
HexA9E53A1A04BA514d38
Octal251345723201131212111570
Binary10101001111001011110101101001001011101010100011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E53A; }

 p { color: rgb(169,229,58); }

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

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

 a { background-color: rgb(169,229,58); }

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

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

 span { border-color: rgb(169,229,58); }

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