#A9CA6F

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

Shades of Caper #A9CA6F

Tints of Caper #A9CA6F

Color information

#A9CA6F (or 0xA9CA6F) is unknown color: approx Caper. HEX triplet: A9, CA and 6F. RGB value is (169,202,111). Sum of RGB (Red+Green+Blue) = 169+202+111=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CA6F is #563590. Grayscale: #B6B6B6. Windows color (decimal): -5649809 or 7326377. OLE color: 7326377.

HSL color Cylindrical-coordinate representation of color #A9CA6F: hue angle of 81.76º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A9CA6F is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB169202111-
CMYK0.1600.450.21
HSL81.76º46.19%61.37%-
HSV(B)81.76º45.05%79.22%-
XYZ40.3551.8222.92-
YUV181.7688.07118.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=35.06%
G=41.91%
B=23.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021110.1600.450.2181.7646.1961.37
HexA9CA6F1002D15522e3d
Octal25131215720055251225675
Binary10101001110010101101111100000101101101011010010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA6F; }

 p { color: rgb(169,202,111); }

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

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

 a { background-color: rgb(169,202,111); }

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

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

 span { border-color: rgb(169,202,111); }

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