#AFD58C

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

Shades of Feijoa #AFD58C

Tints of Feijoa #AFD58C

Color information

#AFD58C (or 0xAFD58C) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 8C. RGB value is (175,213,140). Sum of RGB (Red+Green+Blue) = 175+213+140=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD58C is #502A73. Grayscale: #C1C1C1. Windows color (decimal): -5253748 or 9229743. OLE color: 9229743.

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

Color convert

RGB175213140-
CMYK0.1800.340.16
HSL91.23º46.5%69.22%-
HSV(B)91.23º34.27%83.53%-
XYZ46.2158.633.69-
YUV193.3297.91114.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 213 (83.59% from 255) = 40.34%
BLUE value IS 140 (55.08% from 255) = 26.52%
R=33.14%
G=40.34%
B=26.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131400.1800.340.1691.2346.569.22
HexAFD58C12022105b2e45
Octal257325214220422013356105
Binary1010111111010101100011001001001000101000010110111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD58C; }

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

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

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

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

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

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

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

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