#A9D535

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

Shades of Atlantis #A9D535

Tints of Atlantis #A9D535

Color information

#A9D535 (or 0xA9D535) is unknown color: approx Atlantis. HEX triplet: A9, D5 and 35. RGB value is (169,213,53). Sum of RGB (Red+Green+Blue) = 169+213+53=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D535 is #562ACA. Grayscale: #B6B6B6. Windows color (decimal): -5647051 or 3528105. OLE color: 3528105.

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

Color convert

RGB16921353-
CMYK0.2100.750.16
HSL76.5º65.57%52.16%-
HSV(B)76.5º75.12%83.53%-
XYZ40.856.2812.08-
YUV181.655.42119.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.85%
GREEN value IS 213 (83.59% from 255) = 48.97%
BLUE value IS 53 (21.09% from 255) = 12.18%
R=38.85%
G=48.97%
B=12.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal169213530.2100.750.1676.565.5752.16
HexA9D5351504B104c4234
Octal251325652501132011410264
Binary101010011101010111010110101010010111000010011001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D535; }

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

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

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

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

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

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

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

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