#AFC16F

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

Shades of Caper #AFC16F

Tints of Caper #AFC16F

Color information

#AFC16F (or 0xAFC16F) is unknown color: approx Caper. HEX triplet: AF, C1 and 6F. RGB value is (175,193,111). Sum of RGB (Red+Green+Blue) = 175+193+111=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 111 (43.75% from 255 or 23.17% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC16F is #503E90. Grayscale: #B2B2B2. Windows color (decimal): -5258897 or 7324079. OLE color: 7324079.

HSL color Cylindrical-coordinate representation of color #AFC16F: hue angle of 73.17º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFC16F is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB175193111-
CMYK0.0900.420.24
HSL73.17º39.81%59.61%-
HSV(B)73.17º42.49%75.69%-
XYZ39.6248.422.29-
YUV178.2790.04125.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 111 (43.75% from 255) = 23.17%
R=36.53%
G=40.29%
B=23.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931110.0900.420.2473.1739.8159.61
HexAFC16F902A1849283c
Octal25730115711052301115074
Binary1010111111000001110111110010101010110001001001101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC16F; }

 p { color: rgb(175,193,111); }

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

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

 a { background-color: rgb(175,193,111); }

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

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

 span { border-color: rgb(175,193,111); }

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