#AAC018

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

Shades of Bahia #AAC018

Tints of Bahia #AAC018

Color information

#AAC018 (or 0xAAC018) is unknown color: approx Bahia. HEX triplet: AA, C0 and 18. RGB value is (170,192,24). Sum of RGB (Red+Green+Blue) = 170+192+24=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 192 (75.39% from 255 or 49.74% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC018 is #553FE7. Grayscale: #A6A6A6. Windows color (decimal): -5586920 or 1622186. OLE color: 1622186.

HSL color Cylindrical-coordinate representation of color #AAC018: hue angle of 67.86º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAC018 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB17019224-
CMYK0.1100.880.25
HSL67.86º77.78%42.35%-
HSV(B)67.86º87.5%75.29%-
XYZ35.5946.317.93-
YUV166.2747.71130.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.04%
GREEN value IS 192 (75.39% from 255) = 49.74%
BLUE value IS 24 (9.77% from 255) = 6.22%
R=44.04%
G=49.74%
B=6.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192240.1100.880.2567.8677.7842.35
HexAAC018B05819444e2a
Octal252300301301303110411652
Binary1010101011000000110001011010110001100110001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC018; }

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

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

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

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

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

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

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

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