#A6C778

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

Shades of Caper #A6C778

Tints of Caper #A6C778

Color information

#A6C778 (or 0xA6C778) is unknown color: approx Caper. HEX triplet: A6, C7 and 78. RGB value is (166,199,120). Sum of RGB (Red+Green+Blue) = 166+199+120=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6C778 is #593887. Grayscale: #B4B4B4. Windows color (decimal): -5847176 or 7915430. OLE color: 7915430.

HSL color Cylindrical-coordinate representation of color #A6C778: hue angle of 85.06º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6C778 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB166199120-
CMYK0.1700.400.22
HSL85.06º41.36%62.55%-
HSV(B)85.06º39.7%78.04%-
XYZ39.5450.3125.4-
YUV180.1394.07117.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 199 (78.12% from 255) = 41.03%
BLUE value IS 120 (47.27% from 255) = 24.74%
R=34.23%
G=41.03%
B=24.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661991200.1700.400.2285.0641.3662.55
HexA6C778110281655293f
Octal24630717021050261255177
Binary10100110110001111111000100010101000101101010101101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C778; }

 p { color: rgb(166,199,120); }

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

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

 a { background-color: rgb(166,199,120); }

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

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

 span { border-color: rgb(166,199,120); }

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