#AFD88F

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

Shades of Feijoa #AFD88F

Tints of Feijoa #AFD88F

Color information

#AFD88F (or 0xAFD88F) is unknown color: approx Feijoa. HEX triplet: AF, D8 and 8F. RGB value is (175,216,143). Sum of RGB (Red+Green+Blue) = 175+216+143=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD88F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD88F is #502770. Grayscale: #C3C3C3. Windows color (decimal): -5252977 or 9427119. OLE color: 9427119.

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

Color convert

RGB175216143-
CMYK0.1900.340.15
HSL93.7º48.34%70.39%-
HSV(B)93.7º33.8%84.71%-
XYZ47.1960.2135.12-
YUV195.4298.42113.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.77%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 143 (56.25% from 255) = 26.78%
R=32.77%
G=40.45%
B=26.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161430.1900.340.1593.748.3470.39
HexAFD88F13022F5e3046
Octal257330217230421713660106
Binary101011111101100010001111100110100010111110111101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD88F; }

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

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

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

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

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

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

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

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