#AFC38F

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

Shades of Caper #AFC38F

Tints of Caper #AFC38F

Color information

#AFC38F (or 0xAFC38F) is unknown color: approx Caper. HEX triplet: AF, C3 and 8F. RGB value is (175,195,143). Sum of RGB (Red+Green+Blue) = 175+195+143=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC38F is #503C70. Grayscale: #B7B7B7. Windows color (decimal): -5258353 or 9421743. OLE color: 9421743.

HSL color Cylindrical-coordinate representation of color #AFC38F: hue angle of 83.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC38F is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB175195143-
CMYK0.1000.270.24
HSL83.08º30.23%66.27%-
HSV(B)83.08º26.67%76.47%-
XYZ42.1550.1333.44-
YUV183.09105.37122.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 195 (76.56% from 255) = 38.01%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=34.11%
G=38.01%
B=27.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951430.1000.270.2483.0830.2366.27
HexAFC38FA01B18531e42
Octal257303217120333012336102
Binary1010111111000011100011111010011011110001010011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC38F; }

 p { color: rgb(175,195,143); }

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

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

 a { background-color: rgb(175,195,143); }

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

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

 span { border-color: rgb(175,195,143); }

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