#ACD46F

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

Shades of Caper #ACD46F

Tints of Caper #ACD46F

Color information

#ACD46F (or 0xACD46F) is unknown color: approx Caper. HEX triplet: AC, D4 and 6F. RGB value is (172,212,111). Sum of RGB (Red+Green+Blue) = 172+212+111=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD46F is #532B90. Grayscale: #BCBCBC. Windows color (decimal): -5450641 or 7328940. OLE color: 7328940.

HSL color Cylindrical-coordinate representation of color #ACD46F: hue angle of 83.76º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACD46F is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB172212111-
CMYK0.1900.480.17
HSL83.76º54.01%63.33%-
HSV(B)83.76º47.64%83.14%-
XYZ43.4357.0123.75-
YUV188.5384.25116.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=34.75%
G=42.83%
B=22.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121110.1900.480.1783.7654.0163.33
HexACD46F130301154363f
Octal25432415723060211246677
Binary10101100110101001101111100110110000100011010100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD46F; }

 p { color: rgb(172,212,111); }

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

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

 a { background-color: rgb(172,212,111); }

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

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

 span { border-color: rgb(172,212,111); }

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