#AAC63C

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

Shades of Atlantis #AAC63C

Tints of Atlantis #AAC63C

Color information

#AAC63C (or 0xAAC63C) is unknown color: approx Atlantis. HEX triplet: AA, C6 and 3C. RGB value is (170,198,60). Sum of RGB (Red+Green+Blue) = 170+198+60=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC63C is #5539C3. Grayscale: #AEAEAE. Windows color (decimal): -5585348 or 3983018. OLE color: 3983018.

HSL color Cylindrical-coordinate representation of color #AAC63C: hue angle of 72.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAC63C is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB17019860-
CMYK0.1400.700.22
HSL72.17º54.76%50.59%-
HSV(B)72.17º69.7%77.65%-
XYZ37.5949.2611.8-
YUV173.963.72125.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 198 (77.73% from 255) = 46.26%
BLUE value IS 60 (23.83% from 255) = 14.02%
R=39.72%
G=46.26%
B=14.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170198600.1400.700.2272.1754.7650.59
HexAAC63CE04616483733
Octal25230674160106261106763
Binary1010101011000110111100111001000110101101001000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC63C; }

 p { color: rgb(170,198,60); }

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

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

 a { background-color: rgb(170,198,60); }

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

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

 span { border-color: rgb(170,198,60); }

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