#AFC488

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

Shades of Caper #AFC488

Tints of Caper #AFC488

Color information

#AFC488 (or 0xAFC488) is unknown color: approx Caper. HEX triplet: AF, C4 and 88. RGB value is (175,196,136). Sum of RGB (Red+Green+Blue) = 175+196+136=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC488 is #503B77. Grayscale: #B7B7B7. Windows color (decimal): -5258104 or 8963247. OLE color: 8963247.

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

Color convert

RGB175196136-
CMYK0.1100.310.23
HSL81º33.71%65.1%-
HSV(B)81º30.61%76.86%-
XYZ41.8650.3730.81-
YUV182.88101.54122.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 196 (76.95% from 255) = 38.66%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=34.52%
G=38.66%
B=26.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961360.1100.310.238133.7165.1
HexAFC488B01F17512241
Octal257304210130372712142101
Binary10101111110001001000100010110111111011110100011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC488; }

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

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

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

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

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

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

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

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