#A9D835

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

Shades of Atlantis #A9D835

Tints of Atlantis #A9D835

Color information

#A9D835 (or 0xA9D835) is unknown color: approx Atlantis. HEX triplet: A9, D8 and 35. RGB value is (169,216,53). Sum of RGB (Red+Green+Blue) = 169+216+53=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D835 is #5627CA. Grayscale: #B7B7B7. Windows color (decimal): -5646283 or 3528873. OLE color: 3528873.

HSL color Cylindrical-coordinate representation of color #A9D835: hue angle of 77.3º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9D835 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB16921653-
CMYK0.2200.750.15
HSL77.3º67.63%52.75%-
HSV(B)77.3º75.46%84.71%-
XYZ41.5657.812.33-
YUV183.3654.43117.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.58%
GREEN value IS 216 (84.77% from 255) = 49.32%
BLUE value IS 53 (21.09% from 255) = 12.10%
R=38.58%
G=49.32%
B=12.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal169216530.2200.750.1577.367.6352.75
HexA9D8351604BF4d4435
Octal251330652601131711510465
Binary10101001110110001101011011001001011111110011011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D835; }

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

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

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

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

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

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

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

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