#ACCD75

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

Shades of Caper #ACCD75

Tints of Caper #ACCD75

Color information

#ACCD75 (or 0xACCD75) is unknown color: approx Caper. HEX triplet: AC, CD and 75. RGB value is (172,205,117). Sum of RGB (Red+Green+Blue) = 172+205+117=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD75 is #53328A. Grayscale: #B9B9B9. Windows color (decimal): -5452427 or 7720364. OLE color: 7720364.

HSL color Cylindrical-coordinate representation of color #ACCD75: hue angle of 82.5º degrees, saturation: 0.47, 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 #ACCD75 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB172205117-
CMYK0.1600.430.20
HSL82.5º46.81%63.14%-
HSV(B)82.5º42.93%80.39%-
XYZ42.0653.7224.98-
YUV185.189.57118.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 205 (80.47% from 255) = 41.50%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=34.82%
G=41.50%
B=23.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051170.1600.430.2082.546.8163.14
HexACCD751002B14522f3f
Octal25431516520053241225777
Binary10101100110011011110101100000101011101001010010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD75; }

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

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

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

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

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

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

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

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