#AFC16E

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

Shades of Caper #AFC16E

Tints of Caper #AFC16E

Color information

#AFC16E (or 0xAFC16E) is unknown color: approx Caper. HEX triplet: AF, C1 and 6E. RGB value is (175,193,110). Sum of RGB (Red+Green+Blue) = 175+193+110=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC16E is #503E91. Grayscale: #B2B2B2. Windows color (decimal): -5258898 or 7258543. OLE color: 7258543.

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

Color convert

RGB175193110-
CMYK0.0900.430.24
HSL73.01º40.1%59.41%-
HSV(B)73.01º43.01%75.69%-
XYZ39.5648.3822-
YUV178.1689.54125.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 193 (75.78% from 255) = 40.38%
BLUE value IS 110 (43.36% from 255) = 23.01%
R=36.61%
G=40.38%
B=23.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931100.0900.430.2473.0140.159.41
HexAFC16E902B1849283b
Octal25730115611053301115073
Binary1010111111000001110111010010101011110001001001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC16E; }

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

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

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

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

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

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

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

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