#ACC16E

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

Shades of Caper #ACC16E

Tints of Caper #ACC16E

Color information

#ACC16E (or 0xACC16E) is unknown color: approx Caper. HEX triplet: AC, C1 and 6E. RGB value is (172,193,110). Sum of RGB (Red+Green+Blue) = 172+193+110=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC16E is #533E91. Grayscale: #B1B1B1. Windows color (decimal): -5455506 or 7258540. OLE color: 7258540.

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

Color convert

RGB172193110-
CMYK0.1100.430.24
HSL75.18º40.1%59.41%-
HSV(B)75.18º43.01%75.69%-
XYZ38.948.0421.97-
YUV177.2690.04124.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 193 (75.78% from 255) = 40.63%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=36.21%
G=40.63%
B=23.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931100.1100.430.2475.1840.159.41
HexACC16EB02B184b283b
Octal25430115613053301135073
Binary1010110011000001110111010110101011110001001011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC16E; }

 p { color: rgb(172,193,110); }

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

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

 a { background-color: rgb(172,193,110); }

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

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

 span { border-color: rgb(172,193,110); }

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