#a9dc3c

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

Shades of Atlantis #A9DC3C

Tints of Atlantis #A9DC3C

Color information

#A9DC3C (or 0xA9DC3C) is unknown color: approx Atlantis. HEX triplet: A9, DC and 3C. RGB value is (169,220,60). Sum of RGB (Red+Green+Blue) = 169+220+60=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DC3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DC3C is #5623C3. Grayscale: #BBBBBB. Windows color (decimal): -5645252 or 3988649. OLE color: 3988649.

HSL color Cylindrical-coordinate representation of color #A9DC3C: hue angle of 79.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A9DC3C is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB16922060-
CMYK0.2300.730.14
HSL79.12º69.57%54.9%-
HSV(B)79.12º72.73%86.27%-
XYZ42.7759.9513.59-
YUV186.5156.6115.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.64%
GREEN value IS 220 (86.33% from 255) = 49.00%
BLUE value IS 60 (23.83% from 255) = 13.36%
R=37.64%
G=49.00%
B=13.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal169220600.2300.730.1479.1269.5754.9
HexA9DC3C17049E4f4637
Octal251334742701111611710667
Binary10101001110111001111001011101001001111010011111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9dc3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9dc3c; }

 p { color: rgb(169,220,60); }

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

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

 a { background-color: rgb(169,220,60); }

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

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

 span { border-color: rgb(169,220,60); }

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