#A8C275

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

Shades of Caper #A8C275

Tints of Caper #A8C275

Color information

#A8C275 (or 0xA8C275) is unknown color: approx Caper. HEX triplet: A8, C2 and 75. RGB value is (168,194,117). Sum of RGB (Red+Green+Blue) = 168+194+117=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C275 is #573D8A. Grayscale: #B1B1B1. Windows color (decimal): -5717387 or 7717544. OLE color: 7717544.

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

Color convert

RGB168194117-
CMYK0.1300.400.24
HSL80.26º38.69%60.98%-
HSV(B)80.26º39.69%76.08%-
XYZ38.6548.1924.09-
YUV177.4593.89121.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 194 (76.17% from 255) = 40.50%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=35.07%
G=40.50%
B=24.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681941170.1300.400.2480.2638.6960.98
HexA8C275D0281850273d
Octal25030216515050301204775
Binary1010100011000010111010111010101000110001010000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C275; }

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

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

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

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

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

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

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

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