#AFD189

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

Shades of Feijoa #AFD189

Tints of Feijoa #AFD189

Color information

#AFD189 (or 0xAFD189) is unknown color: approx Feijoa. HEX triplet: AF, D1 and 89. RGB value is (175,209,137). Sum of RGB (Red+Green+Blue) = 175+209+137=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD189 is #502E76. Grayscale: #BEBEBE. Windows color (decimal): -5254775 or 9032111. OLE color: 9032111.

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

Color convert

RGB175209137-
CMYK0.1600.340.18
HSL88.33º43.9%67.84%-
HSV(B)88.33º34.45%81.96%-
XYZ4556.5232.21-
YUV190.6397.74116.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 137 (53.91% from 255) = 26.30%
R=33.59%
G=40.12%
B=26.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091370.1600.340.1888.3343.967.84
HexAFD1891002212582c44
Octal257321211200422213054104
Binary1010111111010001100010011000001000101001010110001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD189; }

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

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

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

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

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

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

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

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