#AFD578

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

Shades of Feijoa #AFD578

Tints of Feijoa #AFD578

Color information

#AFD578 (or 0xAFD578) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 78. RGB value is (175,213,120). Sum of RGB (Red+Green+Blue) = 175+213+120=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 120 (47.27% from 255 or 23.62% from 508); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD578 is #502A87. Grayscale: #BFBFBF. Windows color (decimal): -5253768 or 7919023. OLE color: 7919023.

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

Color convert

RGB175213120-
CMYK0.1800.440.16
HSL84.52º52.54%65.29%-
HSV(B)84.52º43.66%83.53%-
XYZ44.8658.0626.61-
YUV191.0487.91116.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 213 (83.59% from 255) = 41.93%
BLUE value IS 120 (47.27% from 255) = 23.62%
R=34.45%
G=41.93%
B=23.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131200.1800.440.1684.5252.5465.29
HexAFD5781202C10553541
Octal257325170220542012565101
Binary101011111101010111110001001001011001000010101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD578; }

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

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

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

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

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

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

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

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