#AFC46C

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

Shades of Caper #AFC46C

Tints of Caper #AFC46C

Color information

#AFC46C (or 0xAFC46C) is unknown color: approx Caper. HEX triplet: AF, C4 and 6C. RGB value is (175,196,108). Sum of RGB (Red+Green+Blue) = 175+196+108=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC46C is #503B93. Grayscale: #B4B4B4. Windows color (decimal): -5258132 or 7128239. OLE color: 7128239.

HSL color Cylindrical-coordinate representation of color #AFC46C: hue angle of 74.32º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFC46C is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB175196108-
CMYK0.1100.450.23
HSL74.32º42.72%59.61%-
HSV(B)74.32º44.9%76.86%-
XYZ40.1349.6821.66-
YUV179.6987.54124.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 108 (42.58% from 255) = 22.55%
R=36.53%
G=40.92%
B=22.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961080.1100.450.2374.3242.7259.61
HexAFC46CB02D174a2b3c
Octal25730415413055271125374
Binary1010111111000100110110010110101101101111001010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC46C; }

 p { color: rgb(175,196,108); }

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

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

 a { background-color: rgb(175,196,108); }

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

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

 span { border-color: rgb(175,196,108); }

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