#A9CC7D

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

Shades of Caper #A9CC7D

Tints of Caper #A9CC7D

Color information

#A9CC7D (or 0xA9CC7D) is unknown color: approx Caper. HEX triplet: A9, CC and 7D. RGB value is (169,204,125). Sum of RGB (Red+Green+Blue) = 169+204+125=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 204 (80.08% from 255 or 40.96% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CC7D is #563382. Grayscale: #B8B8B8. Windows color (decimal): -5649283 or 8244393. OLE color: 8244393.

HSL color Cylindrical-coordinate representation of color #A9CC7D: hue angle of 86.58º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9CC7D is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB169204125-
CMYK0.1700.390.2
HSL86.58º43.65%64.51%-
HSV(B)86.58º38.73%80%-
XYZ41.6653.127.46-
YUV184.5394.4116.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 204 (80.08% from 255) = 40.96%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=33.94%
G=40.96%
B=25.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041250.1700.390.286.5843.6564.51
HexA9CC7D1102714572c41
Octal251314175210472412754101
Binary101010011100110011111011000101001111010010101111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC7D; }

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

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

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

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

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

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

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

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