#AACA18

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

Shades of Bahia #AACA18

Tints of Bahia #AACA18

Color information

#AACA18 (or 0xAACA18) is unknown color: approx Bahia. HEX triplet: AA, CA and 18. RGB value is (170,202,24). Sum of RGB (Red+Green+Blue) = 170+202+24=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACA18 is #5535E7. Grayscale: #ACACAC. Windows color (decimal): -5584360 or 1624746. OLE color: 1624746.

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

Color convert

RGB17020224-
CMYK0.1600.880.21
HSL70.79º78.76%44.31%-
HSV(B)70.79º88.12%79.22%-
XYZ37.8650.858.68-
YUV172.1444.4126.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 24 (9.77% from 255) = 6.06%
R=42.93%
G=51.01%
B=6.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170202240.1600.880.2170.7978.7644.31
HexAACA181005815474f2c
Octal252312302001302510711754
Binary10101010110010101100010000010110001010110001111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACA18; }

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

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

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

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

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

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

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

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