#AAD145

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

Shades of Atlantis #AAD145

Tints of Atlantis #AAD145

Color information

#AAD145 (or 0xAAD145) is unknown color: approx Atlantis. HEX triplet: AA, D1 and 45. RGB value is (170,209,69). Sum of RGB (Red+Green+Blue) = 170+209+69=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 209 (82.03% from 255 or 46.65% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD145 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD145 is #552EBA. Grayscale: #B5B5B5. Windows color (decimal): -5582523 or 4575658. OLE color: 4575658.

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

Color convert

RGB17020969-
CMYK0.1900.670.18
HSL76.71º60.34%54.51%-
HSV(B)76.71º66.99%81.96%-
XYZ40.4554.5814.03-
YUV181.3864.58119.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 209 (82.03% from 255) = 46.65%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=37.95%
G=46.65%
B=15.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170209690.1900.670.1876.7160.3454.51
HexAAD14513043124d3c37
Octal252321105230103221157467
Binary101010101101000110001011001101000011100101001101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD145; }

 p { color: rgb(170,209,69); }

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

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

 a { background-color: rgb(170,209,69); }

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

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

 span { border-color: rgb(170,209,69); }

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