#AAC025

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

Shades of Bahia #AAC025

Tints of Bahia #AAC025

Color information

#AAC025 (or 0xAAC025) is unknown color: approx Bahia. HEX triplet: AA, C0 and 25. RGB value is (170,192,37). Sum of RGB (Red+Green+Blue) = 170+192+37=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC025 is #553FDA. Grayscale: #A8A8A8. Windows color (decimal): -5586907 or 2474154. OLE color: 2474154.

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

Color convert

RGB17019237-
CMYK0.1100.810.25
HSL68.52º67.69%44.9%-
HSV(B)68.52º80.73%75.29%-
XYZ35.7646.388.82-
YUV167.7554.21129.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 192 (75.39% from 255) = 48.12%
BLUE value IS 37 (14.84% from 255) = 9.27%
R=42.61%
G=48.12%
B=9.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170192370.1100.810.2568.5267.6944.9
HexAAC025B0511945442d
Octal252300451301213110510455
Binary10101010110000001001011011010100011100110001011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC025; }

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

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

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

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

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

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

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

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