#AACC46

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

Shades of Atlantis #AACC46

Tints of Atlantis #AACC46

Color information

#AACC46 (or 0xAACC46) is unknown color: approx Atlantis. HEX triplet: AA, CC and 46. RGB value is (170,204,70). Sum of RGB (Red+Green+Blue) = 170+204+70=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC46 is #5533B9. Grayscale: #B3B3B3. Windows color (decimal): -5583802 or 4639914. OLE color: 4639914.

HSL color Cylindrical-coordinate representation of color #AACC46: hue angle of 75.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AACC46 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB17020470-
CMYK0.1700.660.2
HSL75.22º56.78%53.73%-
HSV(B)75.22º65.69%80%-
XYZ39.2852.1713.79-
YUV178.5666.74121.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 70 (27.73% from 255) = 15.77%
R=38.29%
G=45.95%
B=15.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170204700.1700.660.275.2256.7853.73
HexAACC4611042144b3936
Octal252314106210102241137166
Binary101010101100110010001101000101000010101001001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC46; }

 p { color: rgb(170,204,70); }

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

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

 a { background-color: rgb(170,204,70); }

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

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

 span { border-color: rgb(170,204,70); }

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