#AACF6B

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

Shades of Caper #AACF6B

Tints of Caper #AACF6B

Color information

#AACF6B (or 0xAACF6B) is unknown color: approx Caper. HEX triplet: AA, CF and 6B. RGB value is (170,207,107). Sum of RGB (Red+Green+Blue) = 170+207+107=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACF6B is #553094. Grayscale: #B8B8B8. Windows color (decimal): -5582997 or 7065514. OLE color: 7065514.

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

Color convert

RGB170207107-
CMYK0.1800.480.19
HSL82.2º51.02%61.57%-
HSV(B)82.2º48.31%81.18%-
XYZ41.5454.2322.19-
YUV184.5484.24117.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 207 (81.25% from 255) = 42.77%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=35.12%
G=42.77%
B=22.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071070.1800.480.1982.251.0261.57
HexAACF6B120301352333e
Octal25231715322060231226376
Binary10101010110011111101011100100110000100111010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF6B; }

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

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

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

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

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

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

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

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