#ACCD7F

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

Shades of Caper #ACCD7F

Tints of Caper #ACCD7F

Color information

#ACCD7F (or 0xACCD7F) is unknown color: approx Caper. HEX triplet: AC, CD and 7F. RGB value is (172,205,127). Sum of RGB (Red+Green+Blue) = 172+205+127=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD7F is #533280. Grayscale: #BABABA. Windows color (decimal): -5452417 or 8375724. OLE color: 8375724.

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

Color convert

RGB172205127-
CMYK0.1600.380.20
HSL85.38º43.82%65.1%-
HSV(B)85.38º38.05%80.39%-
XYZ42.6853.9728.25-
YUV186.2494.57117.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 205 (80.47% from 255) = 40.67%
BLUE value IS 127 (50% from 255) = 25.20%
R=34.13%
G=40.67%
B=25.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722051270.1600.380.2085.3843.8265.1
HexACCD7F1002614552c41
Octal254315177200462412554101
Binary101011001100110111111111000001001101010010101011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCD7F; }

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

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

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

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

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

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

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

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