#AACC3D

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

Shades of Atlantis #AACC3D

Tints of Atlantis #AACC3D

Color information

#AACC3D (or 0xAACC3D) is unknown color: approx Atlantis. HEX triplet: AA, CC and 3D. RGB value is (170,204,61). Sum of RGB (Red+Green+Blue) = 170+204+61=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC3D is #5533C2. Grayscale: #B2B2B2. Windows color (decimal): -5583811 or 4050090. OLE color: 4050090.

HSL color Cylindrical-coordinate representation of color #AACC3D: hue angle of 74.27º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AACC3D is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB17020461-
CMYK0.1700.700.2
HSL74.27º58.37%51.96%-
HSV(B)74.27º70.1%80%-
XYZ39.0152.0712.41-
YUV177.5362.24122.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 61 (24.22% from 255) = 14.02%
R=39.08%
G=46.90%
B=14.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal170204610.1700.700.274.2758.3751.96
HexAACC3D11046144a3a34
Octal25231475210106241127264
Binary10101010110011001111011000101000110101001001010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACC3D; }

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

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

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

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

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

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

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

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