#ACD16C

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

Shades of Caper #ACD16C

Tints of Caper #ACD16C

Color information

#ACD16C (or 0xACD16C) is unknown color: approx Caper. HEX triplet: AC, D1 and 6C. RGB value is (172,209,108). Sum of RGB (Red+Green+Blue) = 172+209+108=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD16C is #532E93. Grayscale: #BABABA. Windows color (decimal): -5451412 or 7131564. OLE color: 7131564.

HSL color Cylindrical-coordinate representation of color #ACD16C: hue angle of 81.98º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACD16C is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB172209108-
CMYK0.1800.480.18
HSL81.98º52.33%62.16%-
HSV(B)81.98º48.33%81.96%-
XYZ42.5255.4522.65-
YUV186.4283.74117.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 108 (42.58% from 255) = 22.09%
R=35.17%
G=42.74%
B=22.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091080.1800.480.1881.9852.3362.16
HexACD16C120301252343e
Octal25432115422060221226476
Binary10101100110100011101100100100110000100101010010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD16C; }

 p { color: rgb(172,209,108); }

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

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

 a { background-color: rgb(172,209,108); }

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

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

 span { border-color: rgb(172,209,108); }

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