#ACCD80

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

Shades of Caper #ACCD80

Tints of Caper #ACCD80

Color information

#ACCD80 (or 0xACCD80) is unknown color: approx Caper. HEX triplet: AC, CD and 80. RGB value is (172,205,128). Sum of RGB (Red+Green+Blue) = 172+205+128=505 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.06% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCD80 is #53327F. Grayscale: #BABABA. Windows color (decimal): -5452416 or 8441260. OLE color: 8441260.

HSL color Cylindrical-coordinate representation of color #ACCD80: hue angle of 85.71º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ACCD80 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB172205128-
CMYK0.1600.380.20
HSL85.71º43.5%65.29%-
HSV(B)85.71º37.56%80.39%-
XYZ42.7453.9928.59-
YUV186.3695.07117.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.06%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=34.06%
G=40.59%
B=25.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051280.1600.380.2085.7143.565.29
HexACCD801002614562c41
Octal254315200200462412654101
Binary1010110011001101100000001000001001101010010101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD80; }

 p { color: rgb(172,205,128); }

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

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

 a { background-color: rgb(172,205,128); }

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

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

 span { border-color: rgb(172,205,128); }

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