#AFC58C

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

Shades of Caper #AFC58C

Tints of Caper #AFC58C

Color information

#AFC58C (or 0xAFC58C) is unknown color: approx Caper. HEX triplet: AF, C5 and 8C. RGB value is (175,197,140). Sum of RGB (Red+Green+Blue) = 175+197+140=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC58C is #503A73. Grayscale: #B8B8B8. Windows color (decimal): -5257844 or 9225647. OLE color: 9225647.

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

Color convert

RGB175197140-
CMYK0.1100.290.23
HSL83.16º32.95%66.08%-
HSV(B)83.16º28.93%77.25%-
XYZ42.3850.9432.41-
YUV183.92103.21121.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=34.18%
G=38.48%
B=27.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971400.1100.290.2383.1632.9566.08
HexAFC58CB01D17532142
Octal257305214130352712341102
Binary10101111110001011000110010110111011011110100111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC58C; }

 p { color: rgb(175,197,140); }

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

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

 a { background-color: rgb(175,197,140); }

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

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

 span { border-color: rgb(175,197,140); }

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