#AFD087

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

Shades of Feijoa #AFD087

Tints of Feijoa #AFD087

Color information

#AFD087 (or 0xAFD087) is unknown color: approx Feijoa. HEX triplet: AF, D0 and 87. RGB value is (175,208,135). Sum of RGB (Red+Green+Blue) = 175+208+135=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD087 is #502F78. Grayscale: #BEBEBE. Windows color (decimal): -5255033 or 8900783. OLE color: 8900783.

HSL color Cylindrical-coordinate representation of color #AFD087: hue angle of 87.12º degrees, saturation: 0.44, 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 #AFD087 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB175208135-
CMYK0.1600.350.18
HSL87.12º43.71%67.25%-
HSV(B)87.12º35.1%81.57%-
XYZ44.6155.9731.37-
YUV189.8197.07117.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.78%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=33.78%
G=40.15%
B=26.06%

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
Decimal1752081350.1600.350.1887.1243.7167.25
HexAFD0871002312572c43
Octal257320207200432212754103
Binary1010111111010000100001111000001000111001010101111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD087; }

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

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

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

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

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

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

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

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