#AFD085

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

Shades of Feijoa #AFD085

Tints of Feijoa #AFD085

Color information

#AFD085 (or 0xAFD085) is unknown color: approx Feijoa. HEX triplet: AF, D0 and 85. RGB value is (175,208,133). Sum of RGB (Red+Green+Blue) = 175+208+133=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD085 is #502F7A. Grayscale: #BDBDBD. Windows color (decimal): -5255035 or 8769711. OLE color: 8769711.

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

Color convert

RGB175208133-
CMYK0.1600.360.18
HSL86.4º44.38%66.86%-
HSV(B)86.4º36.06%81.57%-
XYZ44.4755.9230.64-
YUV189.5896.07117.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=33.91%
G=40.31%
B=25.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081330.1600.360.1886.444.3866.86
HexAFD0851002412562c43
Octal257320205200442212654103
Binary1010111111010000100001011000001001001001010101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD085; }

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

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

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

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

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

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

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

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