#ACCF7A

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

Shades of Caper #ACCF7A

Tints of Caper #ACCF7A

Color information

#ACCF7A (or 0xACCF7A) is unknown color: approx Caper. HEX triplet: AC, CF and 7A. RGB value is (172,207,122). Sum of RGB (Red+Green+Blue) = 172+207+122=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCF7A is #533085. Grayscale: #BBBBBB. Windows color (decimal): -5451910 or 8048556. OLE color: 8048556.

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

Color convert

RGB172207122-
CMYK0.1700.410.19
HSL84.71º46.96%64.51%-
HSV(B)84.71º41.06%81.18%-
XYZ42.8454.826.73-
YUV186.8491.4117.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 207 (81.25% from 255) = 41.32%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=34.33%
G=41.32%
B=24.35%

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
Decimal1722071220.1700.410.1984.7146.9664.51
HexACCF7A1102913552f41
Octal254317172210512312557101
Binary101011001100111111110101000101010011001110101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCF7A; }

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

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

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

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

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

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

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

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