#A8C774

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

Shades of Caper #A8C774

Tints of Caper #A8C774

Color information

#A8C774 (or 0xA8C774) is unknown color: approx Caper. HEX triplet: A8, C7 and 74. RGB value is (168,199,116). Sum of RGB (Red+Green+Blue) = 168+199+116=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C774 is #57388B. Grayscale: #B4B4B4. Windows color (decimal): -5716108 or 7653288. OLE color: 7653288.

HSL color Cylindrical-coordinate representation of color #A8C774: hue angle of 82.41º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8C774 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB168199116-
CMYK0.1600.420.22
HSL82.41º42.56%61.76%-
HSV(B)82.41º41.71%78.04%-
XYZ39.7250.4324.16-
YUV180.2791.73119.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.78%
GREEN value IS 199 (78.12% from 255) = 41.20%
BLUE value IS 116 (45.70% from 255) = 24.02%
R=34.78%
G=41.20%
B=24.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681991160.1600.420.2282.4142.5661.76
HexA8C7741002A16522b3e
Octal25030716420052261225376
Binary10101000110001111110100100000101010101101010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C774; }

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

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

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

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

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

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

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

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