#AFCD6D

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

Shades of Caper #AFCD6D

Tints of Caper #AFCD6D

Color information

#AFCD6D (or 0xAFCD6D) is unknown color: approx Caper. HEX triplet: AF, CD and 6D. RGB value is (175,205,109). Sum of RGB (Red+Green+Blue) = 175+205+109=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD6D is #503292. Grayscale: #B9B9B9. Windows color (decimal): -5255827 or 7196079. OLE color: 7196079.

HSL color Cylindrical-coordinate representation of color #AFCD6D: hue angle of 78.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFCD6D is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB175205109-
CMYK0.1500.470.20
HSL78.75º48.98%61.57%-
HSV(B)78.75º46.83%80.39%-
XYZ42.2753.8822.64-
YUV185.0985.06120.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=35.79%
G=41.92%
B=22.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051090.1500.470.2078.7548.9861.57
HexAFCD6DF02F144f313e
Octal25731515517057241176176
Binary1010111111001101110110111110101111101001001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD6D; }

 p { color: rgb(175,205,109); }

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

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

 a { background-color: rgb(175,205,109); }

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

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

 span { border-color: rgb(175,205,109); }

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