#AAD11C

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

Shades of Bahia #AAD11C

Tints of Bahia #AAD11C

Color information

#AAD11C (or 0xAAD11C) is unknown color: approx Bahia. HEX triplet: AA, D1 and 1C. RGB value is (170,209,28). Sum of RGB (Red+Green+Blue) = 170+209+28=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD11C is #552EE3. Grayscale: #B1B1B1. Windows color (decimal): -5582564 or 1888682. OLE color: 1888682.

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

Color convert

RGB17020928-
CMYK0.1900.870.18
HSL72.93º76.37%46.47%-
HSV(B)72.93º86.6%81.96%-
XYZ39.5954.239.48-
YUV176.744.08123.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 209 (82.03% from 255) = 51.35%
BLUE value IS 28 (11.33% from 255) = 6.88%
R=41.77%
G=51.35%
B=6.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170209280.1900.870.1872.9376.3746.47
HexAAD11C1305712494c2e
Octal252321342301272211111456
Binary10101010110100011110010011010101111001010010011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD11C; }

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

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

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

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

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

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

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

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