#AFC48E

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

Shades of Caper #AFC48E

Tints of Caper #AFC48E

Color information

#AFC48E (or 0xAFC48E) is unknown color: approx Caper. HEX triplet: AF, C4 and 8E. RGB value is (175,196,142). Sum of RGB (Red+Green+Blue) = 175+196+142=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC48E is #503B71. Grayscale: #B7B7B7. Windows color (decimal): -5258098 or 9356463. OLE color: 9356463.

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

Color convert

RGB175196142-
CMYK0.1100.280.23
HSL83.33º31.4%66.27%-
HSV(B)83.33º27.55%76.86%-
XYZ42.350.5533.12-
YUV183.56104.54121.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 142 (55.86% from 255) = 27.68%
R=34.11%
G=38.21%
B=27.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961420.1100.280.2383.3331.466.27
HexAFC48EB01C17531f42
Octal257304216130342712337102
Binary1010111111000100100011101011011100101111010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC48E; }

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

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

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

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

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

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

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

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