#A9D533

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

Shades of Atlantis #A9D533

Tints of Atlantis #A9D533

Color information

#A9D533 (or 0xA9D533) is unknown color: approx Atlantis. HEX triplet: A9, D5 and 33. RGB value is (169,213,51). Sum of RGB (Red+Green+Blue) = 169+213+51=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 51 (20.31% from 255 or 11.78% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D533 is #562ACC. Grayscale: #B5B5B5. Windows color (decimal): -5647053 or 3397033. OLE color: 3397033.

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

Color convert

RGB16921351-
CMYK0.2100.760.16
HSL76.3º65.85%51.76%-
HSV(B)76.3º76.06%83.53%-
XYZ40.7556.2611.84-
YUV181.3854.42119.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 213 (83.59% from 255) = 49.19%
BLUE value IS 51 (20.31% from 255) = 11.78%
R=39.03%
G=49.19%
B=11.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169213510.2100.760.1676.365.8551.76
HexA9D5331504C104c4234
Octal251325632501142011410264
Binary101010011101010111001110101010011001000010011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D533; }

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

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

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

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

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

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

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

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