#A9D542

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

Shades of Atlantis #A9D542

Tints of Atlantis #A9D542

Color information

#A9D542 (or 0xA9D542) is unknown color: approx Atlantis. HEX triplet: A9, D5 and 42. RGB value is (169,213,66). Sum of RGB (Red+Green+Blue) = 169+213+66=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D542 is #562ABD. Grayscale: #B7B7B7. Windows color (decimal): -5647038 or 4380073. OLE color: 4380073.

HSL color Cylindrical-coordinate representation of color #A9D542: hue angle of 77.96º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A9D542 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB16921366-
CMYK0.2100.690.16
HSL77.96º63.64%54.71%-
HSV(B)77.96º69.01%83.53%-
XYZ41.1456.4213.88-
YUV183.0961.92117.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 213 (83.59% from 255) = 47.54%
BLUE value IS 66 (26.17% from 255) = 14.73%
R=37.72%
G=47.54%
B=14.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169213660.2100.690.1677.9663.6454.71
HexA9D54215045104e4037
Octal2513251022501052011610067
Binary1010100111010101100001010101010001011000010011101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D542; }

 p { color: rgb(169,213,66); }

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

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

 a { background-color: rgb(169,213,66); }

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

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

 span { border-color: rgb(169,213,66); }

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