#AFC28E

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

Shades of Caper #AFC28E

Tints of Caper #AFC28E

Color information

#AFC28E (or 0xAFC28E) is unknown color: approx Caper. HEX triplet: AF, C2 and 8E. RGB value is (175,194,142). Sum of RGB (Red+Green+Blue) = 175+194+142=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 142 (55.86% from 255 or 27.79% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC28E is #503D71. Grayscale: #B6B6B6. Windows color (decimal): -5258610 or 9355951. OLE color: 9355951.

HSL color Cylindrical-coordinate representation of color #AFC28E: hue angle of 81.92º 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 #AFC28E is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB175194142-
CMYK0.1000.270.24
HSL81.92º29.89%65.88%-
HSV(B)81.92º26.8%76.08%-
XYZ41.8549.6532.97-
YUV182.39105.21122.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 142 (55.86% from 255) = 27.79%
R=34.25%
G=37.96%
B=27.79%

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
Decimal1751941420.1000.270.2481.9229.8965.88
HexAFC28EA01B18521e42
Octal257302216120333012236102
Binary1010111111000010100011101010011011110001010010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC28E; }

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

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

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

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

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

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

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

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