#AFD778

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

Shades of Feijoa #AFD778

Tints of Feijoa #AFD778

Color information

#AFD778 (or 0xAFD778) is unknown color: approx Feijoa. HEX triplet: AF, D7 and 78. RGB value is (175,215,120). Sum of RGB (Red+Green+Blue) = 175+215+120=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD778 is #502887. Grayscale: #C0C0C0. Windows color (decimal): -5253256 or 7919535. OLE color: 7919535.

HSL color Cylindrical-coordinate representation of color #AFD778: hue angle of 85.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFD778 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB175215120-
CMYK0.1900.440.16
HSL85.26º54.29%65.69%-
HSV(B)85.26º44.19%84.31%-
XYZ45.3759.0726.78-
YUV192.2187.25115.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 215 (84.38% from 255) = 42.16%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=34.31%
G=42.16%
B=23.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151200.1900.440.1685.2654.2965.69
HexAFD7781302C10553642
Octal257327170230542012566102
Binary101011111101011111110001001101011001000010101011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD778; }

 p { color: rgb(175,215,120); }

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

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

 a { background-color: rgb(175,215,120); }

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

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

 span { border-color: rgb(175,215,120); }

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