#AFD28A

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

Shades of Feijoa #AFD28A

Tints of Feijoa #AFD28A

Color information

#AFD28A (or 0xAFD28A) is unknown color: approx Feijoa. HEX triplet: AF, D2 and 8A. RGB value is (175,210,138). Sum of RGB (Red+Green+Blue) = 175+210+138=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD28A is #502D75. Grayscale: #BFBFBF. Windows color (decimal): -5254518 or 9097903. OLE color: 9097903.

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

Color convert

RGB175210138-
CMYK0.1700.340.18
HSL89.17º44.44%68.24%-
HSV(B)89.17º34.29%82.35%-
XYZ45.3157.0432.67-
YUV191.3397.9116.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=33.46%
G=40.15%
B=26.39%

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
Decimal1752101380.1700.340.1889.1744.4468.24
HexAFD28A1102212592c44
Octal257322212210422213154104
Binary1010111111010010100010101000101000101001010110011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD28A; }

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

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

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

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

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

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

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

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