#A9DD3E

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

Shades of Atlantis #A9DD3E

Tints of Atlantis #A9DD3E

Color information

#A9DD3E (or 0xA9DD3E) is unknown color: approx Atlantis. HEX triplet: A9, DD and 3E. RGB value is (169,221,62). Sum of RGB (Red+Green+Blue) = 169+221+62=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9DD3E is #5622C1. Grayscale: #BBBBBB. Windows color (decimal): -5644994 or 4119977. OLE color: 4119977.

HSL color Cylindrical-coordinate representation of color #A9DD3E: hue angle of 79.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9DD3E is Cyan = 0.24, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB16922162-
CMYK0.2400.720.13
HSL79.62º70.04%55.49%-
HSV(B)79.62º71.95%86.67%-
XYZ43.0960.513.96-
YUV187.3357.27114.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 221 (86.72% from 255) = 48.89%
BLUE value IS 62 (24.61% from 255) = 13.72%
R=37.39%
G=48.89%
B=13.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal169221620.2400.720.1379.6270.0455.49
HexA9DD3E18048D504637
Octal251335763001101512010667
Binary10101001110111011111101100001001000110110100001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DD3E; }

 p { color: rgb(169,221,62); }

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

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

 a { background-color: rgb(169,221,62); }

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

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

 span { border-color: rgb(169,221,62); }

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