#AAC51E

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

Shades of Bahia #AAC51E

Tints of Bahia #AAC51E

Color information

#AAC51E (or 0xAAC51E) is unknown color: approx Bahia. HEX triplet: AA, C5 and 1E. RGB value is (170,197,30). Sum of RGB (Red+Green+Blue) = 170+197+30=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC51E is #553AE1. Grayscale: #AAAAAA. Windows color (decimal): -5585634 or 2016682. OLE color: 2016682.

HSL color Cylindrical-coordinate representation of color #AAC51E: hue angle of 69.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAC51E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB17019730-
CMYK0.1400.850.23
HSL69.7º73.57%44.51%-
HSV(B)69.7º84.77%77.25%-
XYZ36.7848.578.67-
YUV169.8949.05128.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 197 (77.34% from 255) = 49.62%
BLUE value IS 30 (12.11% from 255) = 7.56%
R=42.82%
G=49.62%
B=7.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal170197300.1400.850.2369.773.5744.51
HexAAC51EE05517464a2d
Octal252305361601252710611255
Binary1010101011000101111101110010101011011110001101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC51E; }

 p { color: rgb(170,197,30); }

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

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

 a { background-color: rgb(170,197,30); }

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

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

 span { border-color: rgb(170,197,30); }

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