#A8CC75

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

Shades of Caper #A8CC75

Tints of Caper #A8CC75

Color information

#A8CC75 (or 0xA8CC75) is unknown color: approx Caper. HEX triplet: A8, CC and 75. RGB value is (168,204,117). Sum of RGB (Red+Green+Blue) = 168+204+117=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC75 is #57338A. Grayscale: #B7B7B7. Windows color (decimal): -5714827 or 7720104. OLE color: 7720104.

HSL color Cylindrical-coordinate representation of color #A8CC75: hue angle of 84.83º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8CC75 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB168204117-
CMYK0.1800.430.2
HSL84.83º46.03%62.94%-
HSV(B)84.83º42.65%80%-
XYZ40.9552.7924.86-
YUV183.3290.57117.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=34.36%
G=41.72%
B=23.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1682041170.1800.430.284.8346.0362.94
HexA8CC751202B14552e3f
Octal25031416522053241255677
Binary10101000110011001110101100100101011101001010101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CC75; }

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

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

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

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

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

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

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

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