#ACCE7A

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

Shades of Caper #ACCE7A

Tints of Caper #ACCE7A

Color information

#ACCE7A (or 0xACCE7A) is unknown color: approx Caper. HEX triplet: AC, CE and 7A. RGB value is (172,206,122). Sum of RGB (Red+Green+Blue) = 172+206+122=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCE7A is #533185. Grayscale: #BABABA. Windows color (decimal): -5452166 or 8048300. OLE color: 8048300.

HSL color Cylindrical-coordinate representation of color #ACCE7A: hue angle of 84.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ACCE7A is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB172206122-
CMYK0.1700.410.19
HSL84.29º46.15%64.31%-
HSV(B)84.29º40.78%80.78%-
XYZ42.654.3226.65-
YUV186.2691.74117.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 206 (80.86% from 255) = 41.2%
BLUE value IS 122 (48.05% from 255) = 24.4%
R=34.4%
G=41.2%
B=24.4%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061220.1700.410.1984.2946.1564.31
HexACCE7A1102913542e40
Octal254316172210512312456100
Binary101011001100111011110101000101010011001110101001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCE7A; }

 p { color: rgb(172,206,122); }

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

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

 a { background-color: rgb(172,206,122); }

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

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

 span { border-color: rgb(172,206,122); }

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