#ACC274

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

Shades of Caper #ACC274

Tints of Caper #ACC274

Color information

#ACC274 (or 0xACC274) is unknown color: approx Caper. HEX triplet: AC, C2 and 74. RGB value is (172,194,116). Sum of RGB (Red+Green+Blue) = 172+194+116=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC274 is #533D8B. Grayscale: #B2B2B2. Windows color (decimal): -5455244 or 7652012. OLE color: 7652012.

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

Color convert

RGB172194116-
CMYK0.1100.400.24
HSL76.92º39%60.78%-
HSV(B)76.92º40.21%76.08%-
XYZ39.4648.6223.83-
YUV178.5392.71123.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=35.68%
G=40.25%
B=24.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941160.1100.400.2476.923960.78
HexACC274B028184d273d
Octal25430216413050301154775
Binary1010110011000010111010010110101000110001001101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC274; }

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

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

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

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

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

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

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

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