#AAD044

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

Shades of Atlantis #AAD044

Tints of Atlantis #AAD044

Color information

#AAD044 (or 0xAAD044) is unknown color: approx Atlantis. HEX triplet: AA, D0 and 44. RGB value is (170,208,68). Sum of RGB (Red+Green+Blue) = 170+208+68=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD044 is #552FBB. Grayscale: #B5B5B5. Windows color (decimal): -5582780 or 4509866. OLE color: 4509866.

HSL color Cylindrical-coordinate representation of color #AAD044: hue angle of 76.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAD044 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB17020868-
CMYK0.1800.670.18
HSL76.29º59.83%54.12%-
HSV(B)76.29º67.31%81.57%-
XYZ40.1854.0813.79-
YUV180.6864.41120.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 208 (81.64% from 255) = 46.64%
BLUE value IS 68 (26.95% from 255) = 15.25%
R=38.12%
G=46.64%
B=15.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170208680.1800.670.1876.2959.8354.12
HexAAD04412043124c3c36
Octal252320104220103221147466
Binary101010101101000010001001001001000011100101001100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD044; }

 p { color: rgb(170,208,68); }

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

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

 a { background-color: rgb(170,208,68); }

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

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

 span { border-color: rgb(170,208,68); }

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