#AFD28B

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

Shades of Feijoa #AFD28B

Tints of Feijoa #AFD28B

Color information

#AFD28B (or 0xAFD28B) is unknown color: approx Feijoa. HEX triplet: AF, D2 and 8B. RGB value is (175,210,139). Sum of RGB (Red+Green+Blue) = 175+210+139=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD28B is #502D74. Grayscale: #BFBFBF. Windows color (decimal): -5254517 or 9163439. OLE color: 9163439.

HSL color Cylindrical-coordinate representation of color #AFD28B: hue angle of 89.58º 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 #AFD28B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB175210139-
CMYK0.1700.340.18
HSL89.58º44.1%68.43%-
HSV(B)89.58º33.81%82.35%-
XYZ45.3957.0733.05-
YUV191.4498.4116.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=33.40%
G=40.08%
B=26.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101390.1700.340.1889.5844.168.43
HexAFD28B11022125a2c44
Octal257322213210422213254104
Binary1010111111010010100010111000101000101001010110101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD28B; }

 p { color: rgb(175,210,139); }

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

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

 a { background-color: rgb(175,210,139); }

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

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

 span { border-color: rgb(175,210,139); }

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