#AAD73D

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

Shades of Atlantis #AAD73D

Tints of Atlantis #AAD73D

Color information

#AAD73D (or 0xAAD73D) is unknown color: approx Atlantis. HEX triplet: AA, D7 and 3D. RGB value is (170,215,61). Sum of RGB (Red+Green+Blue) = 170+215+61=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD73D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD73D is #5528C2. Grayscale: #B8B8B8. Windows color (decimal): -5580995 or 4052906. OLE color: 4052906.

HSL color Cylindrical-coordinate representation of color #AAD73D: hue angle of 77.53º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAD73D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB17021561-
CMYK0.2100.720.16
HSL77.53º65.81%54.12%-
HSV(B)77.53º71.63%84.31%-
XYZ41.7257.4813.31-
YUV183.9958.59118.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.12%
GREEN value IS 215 (84.38% from 255) = 48.21%
BLUE value IS 61 (24.22% from 255) = 13.68%
R=38.12%
G=48.21%
B=13.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170215610.2100.720.1677.5365.8154.12
HexAAD73D15048104e4236
Octal252327752501102011610266
Binary101010101101011111110110101010010001000010011101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD73D; }

 p { color: rgb(170,215,61); }

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

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

 a { background-color: rgb(170,215,61); }

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

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

 span { border-color: rgb(170,215,61); }

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