#A9C21E

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

Shades of Bahia #A9C21E

Tints of Bahia #A9C21E

Color information

#A9C21E (or 0xA9C21E) is unknown color: approx Bahia. HEX triplet: A9, C2 and 1E. RGB value is (169,194,30). Sum of RGB (Red+Green+Blue) = 169+194+30=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C21E is #563DE1. Grayscale: #A8A8A8. Windows color (decimal): -5651938 or 2015913. OLE color: 2015913.

HSL color Cylindrical-coordinate representation of color #A9C21E: hue angle of 69.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9C21E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB16919430-
CMYK0.1300.850.24
HSL69.15º73.21%43.92%-
HSV(B)69.15º84.54%76.08%-
XYZ35.8947.118.43-
YUV167.8350.22128.84-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 194 (76.17% from 255) = 49.36%
BLUE value IS 30 (12.11% from 255) = 7.63%
R=43.00%
G=49.36%
B=7.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169194300.1300.850.2469.1573.2143.92
HexA9C21ED0551845492c
Octal251302361501253010511154
Binary1010100111000010111101101010101011100010001011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C21E; }

 p { color: rgb(169,194,30); }

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

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

 a { background-color: rgb(169,194,30); }

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

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

 span { border-color: rgb(169,194,30); }

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