#AADD33

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

Shades of Atlantis #AADD33

Tints of Atlantis #AADD33

Color information

#AADD33 (or 0xAADD33) is unknown color: approx Atlantis. HEX triplet: AA, DD and 33. RGB value is (170,221,51). Sum of RGB (Red+Green+Blue) = 170+221+51=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD33 is #5522CC. Grayscale: #BBBBBB. Windows color (decimal): -5579469 or 3399082. OLE color: 3399082.

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

Color convert

RGB17022151-
CMYK0.2300.770.13
HSL78º71.43%53.33%-
HSV(B)78º76.92%86.67%-
XYZ43.0360.512.54-
YUV186.3751.6116.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 51 (20.31% from 255) = 11.54%
R=38.46%
G=50%
B=11.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal170221510.2300.770.137871.4353.33
HexAADD331704DD4e4735
Octal252335632701151511610765
Binary10101010110111011100111011101001101110110011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADD33; }

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

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

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

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

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

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

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

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