#AACF1C

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

Shades of Bahia #AACF1C

Tints of Bahia #AACF1C

Color information

#AACF1C (or 0xAACF1C) is unknown color: approx Bahia. HEX triplet: AA, CF and 1C. RGB value is (170,207,28). Sum of RGB (Red+Green+Blue) = 170+207+28=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACF1C is #5530E3. Grayscale: #B0B0B0. Windows color (decimal): -5583076 or 1888170. OLE color: 1888170.

HSL color Cylindrical-coordinate representation of color #AACF1C: hue angle of 72.4º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AACF1C is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB17020728-
CMYK0.1800.860.19
HSL72.4º76.17%46.08%-
HSV(B)72.4º86.47%81.18%-
XYZ39.153.269.32-
YUV175.5344.74124.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.98%
GREEN value IS 207 (81.25% from 255) = 51.11%
BLUE value IS 28 (11.33% from 255) = 6.91%
R=41.98%
G=51.11%
B=6.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal170207280.1800.860.1972.476.1746.08
HexAACF1C1205613484c2e
Octal252317342201262311011456
Binary10101010110011111110010010010101101001110010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF1C; }

 p { color: rgb(170,207,28); }

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

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

 a { background-color: rgb(170,207,28); }

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

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

 span { border-color: rgb(170,207,28); }

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