#AFD87B

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

Shades of Feijoa #AFD87B

Tints of Feijoa #AFD87B

Color information

#AFD87B (or 0xAFD87B) is unknown color: approx Feijoa. HEX triplet: AF, D8 and 7B. RGB value is (175,216,123). Sum of RGB (Red+Green+Blue) = 175+216+123=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD87B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD87B is #502784. Grayscale: #C1C1C1. Windows color (decimal): -5252997 or 8116399. OLE color: 8116399.

HSL color Cylindrical-coordinate representation of color #AFD87B: hue angle of 86.45º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFD87B is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB175216123-
CMYK0.1900.430.15
HSL86.45º54.39%66.47%-
HSV(B)86.45º43.06%84.71%-
XYZ45.8159.6627.84-
YUV193.1488.42115.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 216 (84.77% from 255) = 42.02%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=34.05%
G=42.02%
B=23.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161230.1900.430.1586.4554.3966.47
HexAFD87B1302BF563642
Octal257330173230531712666102
Binary10101111110110001111011100110101011111110101101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD87B; }

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

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

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

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

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

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

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

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