#AFE78F

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

Shades of Feijoa #AFE78F

Tints of Feijoa #AFE78F

Color information

#AFE78F (or 0xAFE78F) is unknown color: approx Feijoa. HEX triplet: AF, E7 and 8F. RGB value is (175,231,143). Sum of RGB (Red+Green+Blue) = 175+231+143=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE78F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE78F is #501870. Grayscale: #CCCCCC. Windows color (decimal): -5249137 or 9430959. OLE color: 9430959.

HSL color Cylindrical-coordinate representation of color #AFE78F: hue angle of 98.18º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFE78F is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB175231143-
CMYK0.2400.380.09
HSL98.18º64.71%73.33%-
HSV(B)98.18º38.1%90.59%-
XYZ51.2168.2536.46-
YUV204.2293.45107.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 231 (90.62% from 255) = 42.08%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=31.88%
G=42.08%
B=26.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311430.2400.380.0998.1864.7173.33
HexAFE78F180269624149
Octal2573472173004611142101111
Binary1010111111100111100011111100001001101001110001010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE78F; }

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

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

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

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

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

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

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

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