#A9C90C

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

Shades of Bahia #A9C90C

Tints of Bahia #A9C90C

Color information

#A9C90C (or 0xA9C90C) is unknown color: approx Bahia. HEX triplet: A9, C9 and 0C. RGB value is (169,201,12). Sum of RGB (Red+Green+Blue) = 169+201+12=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C90C is #5636F3. Grayscale: #AAAAAA. Windows color (decimal): -5650164 or 838057. OLE color: 838057.

HSL color Cylindrical-coordinate representation of color #A9C90C: hue angle of 70.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9C90C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB16920112-
CMYK0.1600.940.21
HSL70.16º88.73%41.76%-
HSV(B)70.16º94.03%78.82%-
XYZ37.3250.238.08-
YUV169.8938.9127.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.24%
GREEN value IS 201 (78.91% from 255) = 52.62%
BLUE value IS 12 (5.08% from 255) = 3.14%
R=44.24%
G=52.62%
B=3.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169201120.1600.940.2170.1688.7341.76
HexA9C9C1005E1546592a
Octal251311142001362510613152
Binary1010100111001001110010000010111101010110001101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C90C; }

 p { color: rgb(169,201,12); }

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

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

 a { background-color: rgb(169,201,12); }

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

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

 span { border-color: rgb(169,201,12); }

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