#AFC58F

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

Shades of Caper #AFC58F

Tints of Caper #AFC58F

Color information

#AFC58F (or 0xAFC58F) is unknown color: approx Caper. HEX triplet: AF, C5 and 8F. RGB value is (175,197,143). Sum of RGB (Red+Green+Blue) = 175+197+143=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC58F is #503A70. Grayscale: #B8B8B8. Windows color (decimal): -5257841 or 9422255. OLE color: 9422255.

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

Color convert

RGB175197143-
CMYK0.1100.270.23
HSL84.44º31.76%66.67%-
HSV(B)84.44º27.41%77.25%-
XYZ42.651.0333.59-
YUV184.27104.71121.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=33.98%
G=38.25%
B=27.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751971430.1100.270.2384.4431.7666.67
HexAFC58FB01B17542043
Octal257305217130332712440103
Binary10101111110001011000111110110110111011110101001000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC58F; }

 p { color: rgb(175,197,143); }

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

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

 a { background-color: rgb(175,197,143); }

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

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

 span { border-color: rgb(175,197,143); }

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