#AADC3F

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

Shades of Atlantis #AADC3F

Tints of Atlantis #AADC3F

Color information

#AADC3F (or 0xAADC3F) is unknown color: approx Atlantis. HEX triplet: AA, DC and 3F. RGB value is (170,220,63). Sum of RGB (Red+Green+Blue) = 170+220+63=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 63 (25% from 255 or 13.91% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #AADC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADC3F is #5523C0. Grayscale: #BBBBBB. Windows color (decimal): -5579713 or 4185258. OLE color: 4185258.

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

Color convert

RGB17022063-
CMYK0.2300.710.14
HSL79.11º69.16%55.49%-
HSV(B)79.11º71.36%86.27%-
XYZ43.0760.0914.03-
YUV187.1557.94115.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 63 (25% from 255) = 13.91%
R=37.53%
G=48.57%
B=13.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170220630.2300.710.1479.1169.1655.49
HexAADC3F17047E4f4537
Octal252334772701071611710567
Binary10101010110111001111111011101000111111010011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADC3F; }

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

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

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

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

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

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

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

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