#A9C07A

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

Shades of Caper #A9C07A

Tints of Caper #A9C07A

Color information

#A9C07A (or 0xA9C07A) is unknown color: approx Caper. HEX triplet: A9, C0 and 7A. RGB value is (169,192,122). Sum of RGB (Red+Green+Blue) = 169+192+122=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C07A is #563F85. Grayscale: #B1B1B1. Windows color (decimal): -5652358 or 8044713. OLE color: 8044713.

HSL color Cylindrical-coordinate representation of color #A9C07A: hue angle of 79.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A9C07A is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB169192122-
CMYK0.1200.360.25
HSL79.71º35.71%61.57%-
HSV(B)79.71º36.46%75.29%-
XYZ38.7247.5425.55-
YUV177.1496.88122.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 192 (75.39% from 255) = 39.75%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=34.99%
G=39.75%
B=25.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921220.1200.360.2579.7135.7161.57
HexA9C07AC0241950243e
Octal25130017214044311204476
Binary1010100111000000111101011000100100110011010000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C07A; }

 p { color: rgb(169,192,122); }

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

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

 a { background-color: rgb(169,192,122); }

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

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

 span { border-color: rgb(169,192,122); }

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