#aac81f

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

Shades of Bahia #AAC81F

Tints of Bahia #AAC81F

Color information

#AAC81F (or 0xAAC81F) is unknown color: approx Bahia. HEX triplet: AA, C8 and 1F. RGB value is (170,200,31). Sum of RGB (Red+Green+Blue) = 170+200+31=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC81F is #5537E0. Grayscale: #ACACAC. Windows color (decimal): -5584865 or 2082986. OLE color: 2082986.

HSL color Cylindrical-coordinate representation of color #AAC81F: hue angle of 70.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAC81F is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB17020031-
CMYK0.1500.840.22
HSL70.65º73.16%45.29%-
HSV(B)70.65º84.5%78.43%-
XYZ37.4849.958.96-
YUV171.7648.56126.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 200 (78.52% from 255) = 49.88%
BLUE value IS 31 (12.5% from 255) = 7.73%
R=42.39%
G=49.88%
B=7.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal170200310.1500.840.2270.6573.1645.29
HexAAC81FF0541647492d
Octal252310371701242610711155
Binary1010101011001000111111111010101001011010001111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aac81f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aac81f; }

 p { color: rgb(170,200,31); }

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

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

 a { background-color: rgb(170,200,31); }

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

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

 span { border-color: rgb(170,200,31); }

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