#A9CF70

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

Shades of Caper #A9CF70

Tints of Caper #A9CF70

Color information

#A9CF70 (or 0xA9CF70) is unknown color: approx Caper. HEX triplet: A9, CF and 70. RGB value is (169,207,112). Sum of RGB (Red+Green+Blue) = 169+207+112=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CF70 is #56308F. Grayscale: #B9B9B9. Windows color (decimal): -5648528 or 7393193. OLE color: 7393193.

HSL color Cylindrical-coordinate representation of color #A9CF70: hue angle of 84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9CF70 is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB169207112-
CMYK0.1800.460.19
HSL84º49.74%62.55%-
HSV(B)84º45.89%81.18%-
XYZ41.654.2323.6-
YUV184.8186.91116.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.63%
GREEN value IS 207 (81.25% from 255) = 42.42%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=34.63%
G=42.42%
B=22.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1692071120.1800.460.198449.7462.55
HexA9CF701202E1354323f
Octal25131716022056231246277
Binary10101001110011111110000100100101110100111010100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CF70; }

 p { color: rgb(169,207,112); }

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

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

 a { background-color: rgb(169,207,112); }

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

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

 span { border-color: rgb(169,207,112); }

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