#a9d116

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

Shades of Bahia #A9D116

Tints of Bahia #A9D116

Color information

#A9D116 (or 0xA9D116) is unknown color: approx Bahia. HEX triplet: A9, D1 and 16. RGB value is (169,209,22). Sum of RGB (Red+Green+Blue) = 169+209+22=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9D116 is #562EE9. Grayscale: #B0B0B0. Windows color (decimal): -5648106 or 1495465. OLE color: 1495465.

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

Color convert

RGB16920922-
CMYK0.1900.890.18
HSL72.83º80.95%45.29%-
HSV(B)72.83º89.47%81.96%-
XYZ39.3154.099.13-
YUV175.7241.25123.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 209 (82.03% from 255) = 52.25%
BLUE value IS 22 (8.98% from 255) = 5.5%
R=42.25%
G=52.25%
B=5.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal169209220.1900.890.1872.8380.9545.29
HexA9D116130591249512d
Octal251321262301312211112155
Binary10101001110100011011010011010110011001010010011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9d116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9d116; }

 p { color: rgb(169,209,22); }

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

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

 a { background-color: rgb(169,209,22); }

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

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

 span { border-color: rgb(169,209,22); }

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