#A9C471

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

Shades of Caper #A9C471

Tints of Caper #A9C471

Color information

#A9C471 (or 0xA9C471) is unknown color: approx Caper. HEX triplet: A9, C4 and 71. RGB value is (169,196,113). Sum of RGB (Red+Green+Blue) = 169+196+113=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C471 is #563B8E. Grayscale: #B2B2B2. Windows color (decimal): -5651343 or 7455913. OLE color: 7455913.

HSL color Cylindrical-coordinate representation of color #A9C471: hue angle of 79.52º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9C471 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB169196113-
CMYK0.1400.420.23
HSL79.52º41.29%60.59%-
HSV(B)79.52º42.35%76.86%-
XYZ39.0849.1123.04-
YUV178.4691.05121.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 196 (76.95% from 255) = 41.00%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=35.36%
G=41.00%
B=23.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691961130.1400.420.2379.5241.2960.59
HexA9C471E02A1750293d
Octal25130416116052271205175
Binary1010100111000100111000111100101010101111010000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C471; }

 p { color: rgb(169,196,113); }

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

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

 a { background-color: rgb(169,196,113); }

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

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

 span { border-color: rgb(169,196,113); }

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