#A9E538

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

Shades of Atlantis #A9E538

Tints of Atlantis #A9E538

Color information

#A9E538 (or 0xA9E538) is unknown color: approx Atlantis. HEX triplet: A9, E5 and 38. RGB value is (169,229,56). Sum of RGB (Red+Green+Blue) = 169+229+56=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E538 is #561AC7. Grayscale: #BFBFBF. Windows color (decimal): -5642952 or 3728809. OLE color: 3728809.

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

Color convert

RGB16922956-
CMYK0.2600.760.10
HSL80.81º76.89%55.88%-
HSV(B)80.81º75.55%89.8%-
XYZ45.164.7613.86-
YUV191.3451.62112.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.22%
GREEN value IS 229 (89.84% from 255) = 50.44%
BLUE value IS 56 (22.27% from 255) = 12.33%
R=37.22%
G=50.44%
B=12.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal169229560.2600.760.1080.8176.8955.88
HexA9E5381A04CA514d38
Octal251345703201141212111570
Binary10101001111001011110001101001001100101010100011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E538; }

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

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

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

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

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

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

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

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