#AACF76

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

Shades of Caper #AACF76

Tints of Caper #AACF76

Color information

#AACF76 (or 0xAACF76) is unknown color: approx Caper. HEX triplet: AA, CF and 76. RGB value is (170,207,118). Sum of RGB (Red+Green+Blue) = 170+207+118=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF76 is #553089. Grayscale: #BABABA. Windows color (decimal): -5582986 or 7786410. OLE color: 7786410.

HSL color Cylindrical-coordinate representation of color #AACF76: hue angle of 84.94º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AACF76 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB170207118-
CMYK0.1800.430.19
HSL84.94º48.11%63.73%-
HSV(B)84.94º43%81.18%-
XYZ42.1654.4825.43-
YUV185.7989.74116.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=34.34%
G=41.82%
B=23.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071180.1800.430.1984.9448.1163.73
HexAACF761202B13553040
Octal252317166220532312560100
Binary101010101100111111101101001001010111001110101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF76; }

 p { color: rgb(170,207,118); }

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

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

 a { background-color: rgb(170,207,118); }

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

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

 span { border-color: rgb(170,207,118); }

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