#AFD178

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

Shades of Caper #AFD178

Tints of Caper #AFD178

Color information

#AFD178 (or 0xAFD178) is unknown color: approx Caper. HEX triplet: AF, D1 and 78. RGB value is (175,209,120). Sum of RGB (Red+Green+Blue) = 175+209+120=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD178 is #502E87. Grayscale: #BDBDBD. Windows color (decimal): -5254792 or 7917999. OLE color: 7917999.

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

Color convert

RGB175209120-
CMYK0.1600.430.18
HSL82.92º49.17%64.51%-
HSV(B)82.92º42.58%81.96%-
XYZ43.8756.0726.28-
YUV188.6989.24118.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 120 (47.27% from 255) = 23.81%
R=34.72%
G=41.47%
B=23.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091200.1600.430.1882.9249.1764.51
HexAFD1781002B12533141
Octal257321170200532212361101
Binary101011111101000111110001000001010111001010100111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD178; }

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

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

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

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

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

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

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

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