#A9E535

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

Shades of Atlantis #A9E535

Tints of Atlantis #A9E535

Color information

#A9E535 (or 0xA9E535) is unknown color: approx Atlantis. HEX triplet: A9, E5 and 35. RGB value is (169,229,53). Sum of RGB (Red+Green+Blue) = 169+229+53=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 53 (21.09% from 255 or 11.75% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9E535 is #561ACA. Grayscale: #BFBFBF. Windows color (decimal): -5642955 or 3532201. OLE color: 3532201.

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

Color convert

RGB16922953-
CMYK0.2600.770.10
HSL80.45º77.19%55.29%-
HSV(B)80.45º76.86%89.8%-
XYZ45.0264.7313.49-
YUV19150.12112.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.47%
GREEN value IS 229 (89.84% from 255) = 50.78%
BLUE value IS 53 (21.09% from 255) = 11.75%
R=37.47%
G=50.78%
B=11.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal169229530.2600.770.1080.4577.1955.29
HexA9E5351A04DA504d37
Octal251345653201151212011567
Binary10101001111001011101011101001001101101010100001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E535; }

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

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

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

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

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

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

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

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