#A8C57C

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

Shades of Caper #A8C57C

Tints of Caper #A8C57C

Color information

#A8C57C (or 0xA8C57C) is unknown color: approx Caper. HEX triplet: A8, C5 and 7C. RGB value is (168,197,124). Sum of RGB (Red+Green+Blue) = 168+197+124=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 124 (48.83% from 255 or 25.36% from 489); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C57C is #573A83. Grayscale: #B4B4B4. Windows color (decimal): -5716612 or 8177064. OLE color: 8177064.

HSL color Cylindrical-coordinate representation of color #A8C57C: hue angle of 83.84º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A8C57C is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB168197124-
CMYK0.1500.370.23
HSL83.84º38.62%62.94%-
HSV(B)83.84º37.06%77.25%-
XYZ39.7549.7126.57-
YUV180.0196.39119.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 197 (77.34% from 255) = 40.29%
BLUE value IS 124 (48.83% from 255) = 25.36%
R=34.36%
G=40.29%
B=25.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1681971240.1500.370.2383.8438.6262.94
HexA8C57CF0251754273f
Octal25030517417045271244777
Binary1010100011000101111110011110100101101111010100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C57C; }

 p { color: rgb(168,197,124); }

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

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

 a { background-color: rgb(168,197,124); }

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

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

 span { border-color: rgb(168,197,124); }

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