#AFC48A

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

Shades of Caper #AFC48A

Tints of Caper #AFC48A

Color information

#AFC48A (or 0xAFC48A) is unknown color: approx Caper. HEX triplet: AF, C4 and 8A. RGB value is (175,196,138). Sum of RGB (Red+Green+Blue) = 175+196+138=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC48A is #503B75. Grayscale: #B7B7B7. Windows color (decimal): -5258102 or 9094319. OLE color: 9094319.

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

Color convert

RGB175196138-
CMYK0.1100.300.23
HSL81.72º32.95%65.49%-
HSV(B)81.72º29.59%76.86%-
XYZ42.0150.4331.56-
YUV183.11102.54122.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 196 (76.95% from 255) = 38.51%
BLUE value IS 138 (54.30% from 255) = 27.11%
R=34.38%
G=38.51%
B=27.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961380.1100.300.2381.7232.9565.49
HexAFC48AB01E17522141
Octal257304212130362712241101
Binary10101111110001001000101010110111101011110100101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC48A; }

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

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

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

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

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

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

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

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