#A8C271

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

Shades of Caper #A8C271

Tints of Caper #A8C271

Color information

#A8C271 (or 0xA8C271) is unknown color: approx Caper. HEX triplet: A8, C2 and 71. RGB value is (168,194,113). Sum of RGB (Red+Green+Blue) = 168+194+113=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C271 is #573D8E. Grayscale: #B1B1B1. Windows color (decimal): -5717391 or 7455400. OLE color: 7455400.

HSL color Cylindrical-coordinate representation of color #A8C271: hue angle of 79.26º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C271 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB168194113-
CMYK0.1300.420.24
HSL79.26º39.9%60.2%-
HSV(B)79.26º41.75%76.08%-
XYZ38.4248.122.88-
YUV176.9991.89121.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.37%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=35.37%
G=40.84%
B=23.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941130.1300.420.2479.2639.960.2
HexA8C271D02A184f283c
Octal25030216115052301175074
Binary1010100011000010111000111010101010110001001111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C271; }

 p { color: rgb(168,194,113); }

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

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

 a { background-color: rgb(168,194,113); }

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

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

 span { border-color: rgb(168,194,113); }

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