#A9CC7A

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

Shades of Caper #A9CC7A

Tints of Caper #A9CC7A

Color information

#A9CC7A (or 0xA9CC7A) is unknown color: approx Caper. HEX triplet: A9, CC and 7A. RGB value is (169,204,122). Sum of RGB (Red+Green+Blue) = 169+204+122=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CC7A is #563385. Grayscale: #B8B8B8. Windows color (decimal): -5649286 or 8047785. OLE color: 8047785.

HSL color Cylindrical-coordinate representation of color #A9CC7A: hue angle of 85.61º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9CC7A is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB169204122-
CMYK0.1700.400.2
HSL85.61º44.57%63.92%-
HSV(B)85.61º40.2%80%-
XYZ41.4753.0326.46-
YUV184.1992.9117.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=34.14%
G=41.21%
B=24.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041220.1700.400.285.6144.5763.92
HexA9CC7A1102814562d40
Octal251314172210502412655100
Binary101010011100110011110101000101010001010010101101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC7A; }

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

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

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

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

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

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

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

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