#AFC28C

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

Shades of Caper #AFC28C

Tints of Caper #AFC28C

Color information

#AFC28C (or 0xAFC28C) is unknown color: approx Caper. HEX triplet: AF, C2 and 8C. RGB value is (175,194,140). Sum of RGB (Red+Green+Blue) = 175+194+140=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC28C is #503D73. Grayscale: #B6B6B6. Windows color (decimal): -5258612 or 9224879. OLE color: 9224879.

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

Color convert

RGB175194140-
CMYK0.1000.280.24
HSL81.11º30.68%65.49%-
HSV(B)81.11º27.84%76.08%-
XYZ41.749.5932.18-
YUV182.16104.21122.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.38%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=34.38%
G=38.11%
B=27.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941400.1000.280.2481.1130.6865.49
HexAFC28CA01C18511f41
Octal257302214120343012137101
Binary1010111111000010100011001010011100110001010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC28C; }

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

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

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

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

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

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

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

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