#A9CD3C

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

Shades of Atlantis #A9CD3C

Tints of Atlantis #A9CD3C

Color information

#A9CD3C (or 0xA9CD3C) is unknown color: approx Atlantis. HEX triplet: A9, CD and 3C. RGB value is (169,205,60). Sum of RGB (Red+Green+Blue) = 169+205+60=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CD3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CD3C is #5632C3. Grayscale: #B2B2B2. Windows color (decimal): -5649092 or 3984809. OLE color: 3984809.

HSL color Cylindrical-coordinate representation of color #A9CD3C: hue angle of 74.9º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9CD3C is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB16920560-
CMYK0.1800.710.20
HSL74.9º59.18%51.96%-
HSV(B)74.9º70.73%80.39%-
XYZ39.0152.4212.34-
YUV177.7161.57121.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 205 (80.47% from 255) = 47.24%
BLUE value IS 60 (23.83% from 255) = 13.82%
R=38.94%
G=47.24%
B=13.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169205600.1800.710.2074.959.1851.96
HexA9CD3C12047144b3b34
Octal25131574220107241137364
Binary10101001110011011111001001001000111101001001011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CD3C; }

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

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

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

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

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

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

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

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