#A8CA74

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

Shades of Caper #A8CA74

Tints of Caper #A8CA74

Color information

#A8CA74 (or 0xA8CA74) is unknown color: approx Caper. HEX triplet: A8, CA and 74. RGB value is (168,202,116). Sum of RGB (Red+Green+Blue) = 168+202+116=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA74 is #57358B. Grayscale: #B6B6B6. Windows color (decimal): -5715340 or 7654056. OLE color: 7654056.

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

Color convert

RGB168202116-
CMYK0.1700.430.21
HSL83.72º44.79%62.35%-
HSV(B)83.72º42.57%79.22%-
XYZ40.4251.8324.4-
YUV182.0390.74117.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 116 (45.70% from 255) = 23.87%
R=34.57%
G=41.56%
B=23.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1682021160.1700.430.2183.7244.7962.35
HexA8CA741102B15542d3e
Octal25031216421053251245576
Binary10101000110010101110100100010101011101011010100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CA74; }

 p { color: rgb(168,202,116); }

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

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

 a { background-color: rgb(168,202,116); }

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

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

 span { border-color: rgb(168,202,116); }

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