#afd687

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

Shades of Feijoa #AFD687

Tints of Feijoa #AFD687

Color information

#AFD687 (or 0xAFD687) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 87. RGB value is (175,214,135). Sum of RGB (Red+Green+Blue) = 175+214+135=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 214 (83.98% from 255 or 40.84% from 524); Blue value is 135 (53.12% from 255 or 25.76% from 524); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD687 is #502978. Grayscale: #C1C1C1. Windows color (decimal): -5253497 or 8902319. OLE color: 8902319.

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

Color convert

RGB175214135-
CMYK0.1800.370.16
HSL89.62º49.07%68.43%-
HSV(B)89.62º36.92%83.92%-
XYZ46.158.9631.87-
YUV193.3395.08114.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 214 (83.98% from 255) = 40.84%
BLUE value IS 135 (53.12% from 255) = 25.76%
R=33.40%
G=40.84%
B=25.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141350.1800.370.1689.6249.0768.43
HexAFD68712025105a3144
Octal257326207220452013261104
Binary1010111111010110100001111001001001011000010110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afd687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afd687; }

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

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

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

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

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

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

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

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