#AAC738

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

Shades of Atlantis #AAC738

Tints of Atlantis #AAC738

Color information

#AAC738 (or 0xAAC738) is unknown color: approx Atlantis. HEX triplet: AA, C7 and 38. RGB value is (170,199,56). Sum of RGB (Red+Green+Blue) = 170+199+56=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC738 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC738 is #5538C7. Grayscale: #AEAEAE. Windows color (decimal): -5585096 or 3721130. OLE color: 3721130.

HSL color Cylindrical-coordinate representation of color #AAC738: hue angle of 72.17º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAC738 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB17019956-
CMYK0.1500.720.22
HSL72.17º56.08%50%-
HSV(B)72.17º71.86%78.04%-
XYZ37.7149.6811.34-
YUV174.0361.39125.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 56 (22.27% from 255) = 13.18%
R=40%
G=46.82%
B=13.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170199560.1500.720.2272.1756.0850
HexAAC738F04816483832
Octal25230770170110261107062
Binary1010101011000111111000111101001000101101001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC738; }

 p { color: rgb(170,199,56); }

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

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

 a { background-color: rgb(170,199,56); }

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

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

 span { border-color: rgb(170,199,56); }

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