#AAC028

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

Shades of Bahia #AAC028

Tints of Bahia #AAC028

Color information

#AAC028 (or 0xAAC028) is unknown color: approx Bahia. HEX triplet: AA, C0 and 28. RGB value is (170,192,40). Sum of RGB (Red+Green+Blue) = 170+192+40=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC028 is #553FD7. Grayscale: #A8A8A8. Windows color (decimal): -5586904 or 2670762. OLE color: 2670762.

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

Color convert

RGB17019240-
CMYK0.1100.790.25
HSL68.68º65.52%45.49%-
HSV(B)68.68º79.17%75.29%-
XYZ35.8146.49.08-
YUV168.0955.71129.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 192 (75.39% from 255) = 47.76%
BLUE value IS 40 (16.02% from 255) = 9.95%
R=42.29%
G=47.76%
B=9.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192400.1100.790.2568.6865.5245.49
HexAAC028B04F1945422d
Octal252300501301173110510255
Binary10101010110000001010001011010011111100110001011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC028; }

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

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

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

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

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

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

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

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