#AADC33

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

Shades of Atlantis #AADC33

Tints of Atlantis #AADC33

Color information

#AADC33 (or 0xAADC33) is unknown color: approx Atlantis. HEX triplet: AA, DC and 33. RGB value is (170,220,51). Sum of RGB (Red+Green+Blue) = 170+220+51=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC33 is #5523CC. Grayscale: #BABABA. Windows color (decimal): -5579725 or 3398826. OLE color: 3398826.

HSL color Cylindrical-coordinate representation of color #AADC33: hue angle of 77.75º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AADC33 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB17022051-
CMYK0.2300.770.14
HSL77.75º70.71%53.14%-
HSV(B)77.75º76.82%86.27%-
XYZ42.7759.9712.45-
YUV185.7851.94116.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.55%
GREEN value IS 220 (86.33% from 255) = 49.89%
BLUE value IS 51 (20.31% from 255) = 11.56%
R=38.55%
G=49.89%
B=11.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170220510.2300.770.1477.7570.7153.14
HexAADC331704DE4e4735
Octal252334632701151611610765
Binary10101010110111001100111011101001101111010011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC33; }

 p { color: rgb(170,220,51); }

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

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

 a { background-color: rgb(170,220,51); }

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

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

 span { border-color: rgb(170,220,51); }

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