#AFD28F

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

Shades of Feijoa #AFD28F

Tints of Feijoa #AFD28F

Color information

#AFD28F (or 0xAFD28F) is unknown color: approx Feijoa. HEX triplet: AF, D2 and 8F. RGB value is (175,210,143). Sum of RGB (Red+Green+Blue) = 175+210+143=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD28F is #502D70. Grayscale: #C0C0C0. Windows color (decimal): -5254513 or 9425583. OLE color: 9425583.

HSL color Cylindrical-coordinate representation of color #AFD28F: hue angle of 91.34º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFD28F is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB175210143-
CMYK0.1700.320.18
HSL91.34º42.68%69.22%-
HSV(B)91.34º31.9%82.35%-
XYZ45.6857.1934.62-
YUV191.9100.4115.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 143 (56.25% from 255) = 27.08%
R=33.14%
G=39.77%
B=27.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101430.1700.320.1891.3442.6869.22
HexAFD28F11020125b2b45
Octal257322217210402213353105
Binary1010111111010010100011111000101000001001010110111010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD28F; }

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

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

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

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

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

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

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

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