#AAD115

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

Shades of Bahia #AAD115

Tints of Bahia #AAD115

Color information

#AAD115 (or 0xAAD115) is unknown color: approx Bahia. HEX triplet: AA, D1 and 15. RGB value is (170,209,21). Sum of RGB (Red+Green+Blue) = 170+209+21=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD115 is #552EEA. Grayscale: #B0B0B0. Windows color (decimal): -5582571 or 1429930. OLE color: 1429930.

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

Color convert

RGB17020921-
CMYK0.1900.900.18
HSL72.45º81.74%45.1%-
HSV(B)72.45º89.95%81.96%-
XYZ39.5154.29.09-
YUV175.9140.58123.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 209 (82.03% from 255) = 52.25%
BLUE value IS 21 (8.59% from 255) = 5.25%
R=42.5%
G=52.25%
B=5.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170209210.1900.900.1872.4581.7445.1
HexAAD1151305A1248522d
Octal252321252301322211012255
Binary10101010110100011010110011010110101001010010001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD115; }

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

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

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

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

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

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

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

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