#AACA42

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

Shades of Atlantis #AACA42

Tints of Atlantis #AACA42

Color information

#AACA42 (or 0xAACA42) is unknown color: approx Atlantis. HEX triplet: AA, CA and 42. RGB value is (170,202,66). Sum of RGB (Red+Green+Blue) = 170+202+66=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACA42 is #5535BD. Grayscale: #B1B1B1. Windows color (decimal): -5584318 or 4377258. OLE color: 4377258.

HSL color Cylindrical-coordinate representation of color #AACA42: hue angle of 74.12º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AACA42 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB17020266-
CMYK0.1600.670.21
HSL74.12º56.2%52.55%-
HSV(B)74.12º67.33%79.22%-
XYZ38.6851.1812.99-
YUV176.9365.4123.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 66 (26.17% from 255) = 15.07%
R=38.81%
G=46.12%
B=15.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202660.1600.670.2174.1256.252.55
HexAACA4210043154a3835
Octal252312102200103251127065
Binary101010101100101010000101000001000011101011001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA42; }

 p { color: rgb(170,202,66); }

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

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

 a { background-color: rgb(170,202,66); }

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

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

 span { border-color: rgb(170,202,66); }

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