#AFD17B

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

Shades of Caper #AFD17B

Tints of Caper #AFD17B

Color information

#AFD17B (or 0xAFD17B) is unknown color: approx Caper. HEX triplet: AF, D1 and 7B. RGB value is (175,209,123). Sum of RGB (Red+Green+Blue) = 175+209+123=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD17B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD17B is #502E84. Grayscale: #BDBDBD. Windows color (decimal): -5254789 or 8114607. OLE color: 8114607.

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

Color convert

RGB175209123-
CMYK0.1600.410.18
HSL83.72º48.31%65.1%-
HSV(B)83.72º41.15%81.96%-
XYZ44.0556.1427.25-
YUV189.0390.74117.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 209 (82.03% from 255) = 41.22%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=34.52%
G=41.22%
B=24.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091230.1600.410.1883.7248.3165.1
HexAFD17B1002912543041
Octal257321173200512212460101
Binary101011111101000111110111000001010011001010101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD17B; }

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

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

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

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

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

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

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

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