#AAD641

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

Shades of Atlantis #AAD641

Tints of Atlantis #AAD641

Color information

#AAD641 (or 0xAAD641) is unknown color: approx Atlantis. HEX triplet: AA, D6 and 41. RGB value is (170,214,65). Sum of RGB (Red+Green+Blue) = 170+214+65=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD641 is #5529BE. Grayscale: #B8B8B8. Windows color (decimal): -5581247 or 4314794. OLE color: 4314794.

HSL color Cylindrical-coordinate representation of color #AAD641: hue angle of 77.72º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAD641 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB17021465-
CMYK0.2100.700.16
HSL77.72º64.5%54.71%-
HSV(B)77.72º69.63%83.92%-
XYZ41.5857.0213.82-
YUV183.8660.92118.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 65 (25.78% from 255) = 14.48%
R=37.86%
G=47.66%
B=14.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170214650.2100.700.1677.7264.554.71
HexAAD64115046104e4137
Octal2523261012501062011610167
Binary1010101011010110100000110101010001101000010011101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD641; }

 p { color: rgb(170,214,65); }

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

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

 a { background-color: rgb(170,214,65); }

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

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

 span { border-color: rgb(170,214,65); }

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