#AFD989

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

Shades of Feijoa #AFD989

Tints of Feijoa #AFD989

Color information

#AFD989 (or 0xAFD989) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 89. RGB value is (175,217,137). Sum of RGB (Red+Green+Blue) = 175+217+137=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD989 is #502676. Grayscale: #C3C3C3. Windows color (decimal): -5252727 or 9034159. OLE color: 9034159.

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

Color convert

RGB175217137-
CMYK0.1900.370.15
HSL91.5º51.28%69.41%-
HSV(B)91.5º36.87%85.1%-
XYZ47.0160.5532.88-
YUV195.3295.09113.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 137 (53.91% from 255) = 25.90%
R=33.08%
G=41.02%
B=25.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171370.1900.370.1591.551.2869.41
HexAFD98913025F5c3345
Octal257331211230451713463105
Binary101011111101100110001001100110100101111110111001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD989; }

 p { color: rgb(175,217,137); }

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

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

 a { background-color: rgb(175,217,137); }

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

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

 span { border-color: rgb(175,217,137); }

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