#AAD33A

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

Shades of Atlantis #AAD33A

Tints of Atlantis #AAD33A

Color information

#AAD33A (or 0xAAD33A) is unknown color: approx Atlantis. HEX triplet: AA, D3 and 3A. RGB value is (170,211,58). Sum of RGB (Red+Green+Blue) = 170+211+58=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD33A is #552CC5. Grayscale: #B5B5B5. Windows color (decimal): -5582022 or 3855274. OLE color: 3855274.

HSL color Cylindrical-coordinate representation of color #AAD33A: hue angle of 76.08º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAD33A is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB17021158-
CMYK0.1900.730.17
HSL76.08º63.49%52.75%-
HSV(B)76.08º72.51%82.75%-
XYZ40.6455.4412.56-
YUV181.358.42119.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 211 (82.81% from 255) = 48.06%
BLUE value IS 58 (23.05% from 255) = 13.21%
R=38.72%
G=48.06%
B=13.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal170211580.1900.730.1776.0863.4952.75
HexAAD33A13049114c3f35
Octal25232372230111211147765
Binary10101010110100111110101001101001001100011001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD33A; }

 p { color: rgb(170,211,58); }

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

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

 a { background-color: rgb(170,211,58); }

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

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

 span { border-color: rgb(170,211,58); }

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