#acd06d

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

Shades of Caper #ACD06D

Tints of Caper #ACD06D

Color information

#ACD06D (or 0xACD06D) is unknown color: approx Caper. HEX triplet: AC, D0 and 6D. RGB value is (172,208,109). Sum of RGB (Red+Green+Blue) = 172+208+109=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD06D is #532F92. Grayscale: #BABABA. Windows color (decimal): -5451667 or 7196844. OLE color: 7196844.

HSL color Cylindrical-coordinate representation of color #ACD06D: hue angle of 81.82º degrees, saturation: 0.51, 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 #ACD06D is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB172208109-
CMYK0.1700.480.18
HSL81.82º51.3%62.16%-
HSV(B)81.82º47.6%81.57%-
XYZ42.3354.9922.85-
YUV185.9584.57118.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=35.17%
G=42.54%
B=22.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081090.1700.480.1881.8251.362.16
HexACD06D110301252333e
Octal25432015521060221226376
Binary10101100110100001101101100010110000100101010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acd06d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acd06d; }

 p { color: rgb(172,208,109); }

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

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

 a { background-color: rgb(172,208,109); }

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

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

 span { border-color: rgb(172,208,109); }

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