#A9C575

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

Shades of Caper #A9C575

Tints of Caper #A9C575

Color information

#A9C575 (or 0xA9C575) is unknown color: approx Caper. HEX triplet: A9, C5 and 75. RGB value is (169,197,117). Sum of RGB (Red+Green+Blue) = 169+197+117=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 197 (77.34% from 255 or 40.79% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C575 is #563A8A. Grayscale: #B3B3B3. Windows color (decimal): -5651083 or 7718313. OLE color: 7718313.

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

Color convert

RGB169197117-
CMYK0.1400.410.23
HSL81º40.82%61.57%-
HSV(B)81º40.61%77.25%-
XYZ39.5449.6524.33-
YUV179.5192.72120.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 197 (77.34% from 255) = 40.79%
BLUE value IS 117 (46.09% from 255) = 24.22%
R=34.99%
G=40.79%
B=24.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691971170.1400.410.238140.8261.57
HexA9C575E0291751293e
Octal25130516516051271215176
Binary1010100111000101111010111100101001101111010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C575; }

 p { color: rgb(169,197,117); }

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

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

 a { background-color: rgb(169,197,117); }

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

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

 span { border-color: rgb(169,197,117); }

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