#AFD187

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

Shades of Feijoa #AFD187

Tints of Feijoa #AFD187

Color information

#AFD187 (or 0xAFD187) is unknown color: approx Feijoa. HEX triplet: AF, D1 and 87. RGB value is (175,209,135). Sum of RGB (Red+Green+Blue) = 175+209+135=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD187 is #502E78. Grayscale: #BEBEBE. Windows color (decimal): -5254777 or 8901039. OLE color: 8901039.

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

Color convert

RGB175209135-
CMYK0.1600.350.18
HSL87.57º44.58%67.45%-
HSV(B)87.57º35.41%81.96%-
XYZ44.8556.4631.46-
YUV190.496.74117.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=33.72%
G=40.27%
B=26.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091350.1600.350.1887.5744.5867.45
HexAFD1871002312582d43
Octal257321207200432213055103
Binary1010111111010001100001111000001000111001010110001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD187; }

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

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

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

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

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

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

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

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