#AAD03B

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

Shades of Atlantis #AAD03B

Tints of Atlantis #AAD03B

Color information

#AAD03B (or 0xAAD03B) is unknown color: approx Atlantis. HEX triplet: AA, D0 and 3B. RGB value is (170,208,59). Sum of RGB (Red+Green+Blue) = 170+208+59=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD03B is #552FC4. Grayscale: #B4B4B4. Windows color (decimal): -5582789 or 3920042. OLE color: 3920042.

HSL color Cylindrical-coordinate representation of color #AAD03B: hue angle of 75.3º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAD03B is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB17020859-
CMYK0.1800.720.18
HSL75.3º61.32%52.35%-
HSV(B)75.3º71.63%81.57%-
XYZ39.9253.9712.45-
YUV179.6559.91121.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 208 (81.64% from 255) = 47.60%
BLUE value IS 59 (23.44% from 255) = 13.50%
R=38.90%
G=47.60%
B=13.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170208590.1800.720.1875.361.3252.35
HexAAD03B12048124b3d34
Octal25232073220110221137564
Binary10101010110100001110111001001001000100101001011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD03B; }

 p { color: rgb(170,208,59); }

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

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

 a { background-color: rgb(170,208,59); }

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

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

 span { border-color: rgb(170,208,59); }

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