#AAD633

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

Shades of Atlantis #AAD633

Tints of Atlantis #AAD633

Color information

#AAD633 (or 0xAAD633) is unknown color: approx Atlantis. HEX triplet: AA, D6 and 33. RGB value is (170,214,51). Sum of RGB (Red+Green+Blue) = 170+214+51=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD633 is #5529CC. Grayscale: #B6B6B6. Windows color (decimal): -5581261 or 3397290. OLE color: 3397290.

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

Color convert

RGB17021451-
CMYK0.2100.760.16
HSL76.2º66.53%51.96%-
HSV(B)76.2º76.17%83.92%-
XYZ41.2256.8811.94-
YUV182.2653.92119.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 51 (20.31% from 255) = 11.72%
R=39.08%
G=49.20%
B=11.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal170214510.2100.760.1676.266.5351.96
HexAAD6331504C104c4334
Octal252326632501142011410364
Binary101010101101011011001110101010011001000010011001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD633; }

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

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

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

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

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

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

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

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