#A5C22A

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

Shades of Bahia #A5C22A

Tints of Bahia #A5C22A

Color information

#A5C22A (or 0xA5C22A) is unknown color: approx Bahia. HEX triplet: A5, C2 and 2A. RGB value is (165,194,42). Sum of RGB (Red+Green+Blue) = 165+194+42=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #A5C22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C22A is #5A3DD5. Grayscale: #A8A8A8. Windows color (decimal): -5914070 or 2802341. OLE color: 2802341.

HSL color Cylindrical-coordinate representation of color #A5C22A: hue angle of 71.45º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5C22A is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB16519442-
CMYK0.1500.780.24
HSL71.45º64.41%46.27%-
HSV(B)71.45º78.35%76.08%-
XYZ35.2346.759.36-
YUV16856.89125.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.15%
GREEN value IS 194 (76.17% from 255) = 48.38%
BLUE value IS 42 (16.80% from 255) = 10.47%
R=41.15%
G=48.38%
B=10.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165194420.1500.780.2471.4564.4146.27
HexA5C22AF04E1847402e
Octal245302521701163010710056
Binary10100101110000101010101111010011101100010001111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C22A; }

 p { color: rgb(165,194,42); }

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

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

 a { background-color: rgb(165,194,42); }

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

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

 span { border-color: rgb(165,194,42); }

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