#acc27f

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

Shades of Caper #ACC27F

Tints of Caper #ACC27F

Color information

#ACC27F (or 0xACC27F) is unknown color: approx Caper. HEX triplet: AC, C2 and 7F. RGB value is (172,194,127). Sum of RGB (Red+Green+Blue) = 172+194+127=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC27F is #533D80. Grayscale: #B4B4B4. Windows color (decimal): -5455233 or 8372908. OLE color: 8372908.

HSL color Cylindrical-coordinate representation of color #ACC27F: hue angle of 79.7º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACC27F is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB172194127-
CMYK0.1100.350.24
HSL79.7º35.45%62.94%-
HSV(B)79.7º34.54%76.08%-
XYZ40.1448.8927.4-
YUV179.7898.21122.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 194 (76.17% from 255) = 39.35%
BLUE value IS 127 (50% from 255) = 25.76%
R=34.89%
G=39.35%
B=25.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941270.1100.350.2479.735.4562.94
HexACC27FB0231850233f
Octal25430217713043301204377
Binary1010110011000010111111110110100011110001010000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acc27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acc27f; }

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

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

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

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

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

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

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

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