#AFD176

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

Shades of Caper #AFD176

Tints of Caper #AFD176

Color information

#AFD176 (or 0xAFD176) is unknown color: approx Caper. HEX triplet: AF, D1 and 76. RGB value is (175,209,118). Sum of RGB (Red+Green+Blue) = 175+209+118=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD176 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD176 is #502E89. Grayscale: #BCBCBC. Windows color (decimal): -5254794 or 7786927. OLE color: 7786927.

HSL color Cylindrical-coordinate representation of color #AFD176: hue angle of 82.42º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFD176 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB175209118-
CMYK0.1600.440.18
HSL82.42º49.73%64.12%-
HSV(B)82.42º43.54%81.96%-
XYZ43.7556.0225.65-
YUV188.4688.24118.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 209 (82.03% from 255) = 41.63%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=34.86%
G=41.63%
B=23.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091180.1600.440.1882.4249.7364.12
HexAFD1761002C12523240
Octal257321166200542212262100
Binary101011111101000111101101000001011001001010100101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD176; }

 p { color: rgb(175,209,118); }

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

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

 a { background-color: rgb(175,209,118); }

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

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

 span { border-color: rgb(175,209,118); }

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