#ACCD7D

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

Shades of Caper #ACCD7D

Tints of Caper #ACCD7D

Color information

#ACCD7D (or 0xACCD7D) is unknown color: approx Caper. HEX triplet: AC, CD and 7D. RGB value is (172,205,125). Sum of RGB (Red+Green+Blue) = 172+205+125=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD7D is #533282. Grayscale: #BABABA. Windows color (decimal): -5452419 or 8244652. OLE color: 8244652.

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

Color convert

RGB172205125-
CMYK0.1600.390.20
HSL84.75º44.44%64.71%-
HSV(B)84.75º39.02%80.39%-
XYZ42.5553.9127.57-
YUV186.0193.57118-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 205 (80.47% from 255) = 40.84%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=34.26%
G=40.84%
B=24.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051250.1600.390.2084.7544.4464.71
HexACCD7D1002714552c41
Octal254315175200472412554101
Binary101011001100110111111011000001001111010010101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD7D; }

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

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

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

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

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

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

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

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