#ACD16E

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

Shades of Caper #ACD16E

Tints of Caper #ACD16E

Color information

#ACD16E (or 0xACD16E) is unknown color: approx Caper. HEX triplet: AC, D1 and 6E. RGB value is (172,209,110). Sum of RGB (Red+Green+Blue) = 172+209+110=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD16E is #532E91. Grayscale: #BBBBBB. Windows color (decimal): -5451410 or 7262636. OLE color: 7262636.

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

Color convert

RGB172209110-
CMYK0.1800.470.18
HSL82.42º51.83%62.55%-
HSV(B)82.42º47.37%81.96%-
XYZ42.6355.523.22-
YUV186.6584.74117.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=35.03%
G=42.57%
B=22.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091100.1800.470.1882.4251.8362.55
HexACD16E1202F1252343f
Octal25432115622057221226477
Binary10101100110100011101110100100101111100101010010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD16E; }

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

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

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

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

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

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

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

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