#ACCD7C

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

Shades of Caper #ACCD7C

Tints of Caper #ACCD7C

Color information

#ACCD7C (or 0xACCD7C) is unknown color: approx Caper. HEX triplet: AC, CD and 7C. RGB value is (172,205,124). Sum of RGB (Red+Green+Blue) = 172+205+124=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD7C is #533283. Grayscale: #BABABA. Windows color (decimal): -5452420 or 8179116. OLE color: 8179116.

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

Color convert

RGB172205124-
CMYK0.1600.400.20
HSL84.44º44.75%64.51%-
HSV(B)84.44º39.51%80.39%-
XYZ42.4853.8927.23-
YUV185.993.07118.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=34.33%
G=40.92%
B=24.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051240.1600.400.2084.4444.7564.51
HexACCD7C1002814542d41
Octal254315174200502412455101
Binary101011001100110111111001000001010001010010101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD7C; }

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

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

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

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

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

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

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

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