#AFE58F

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

Shades of Feijoa #AFE58F

Tints of Feijoa #AFE58F

Color information

#AFE58F (or 0xAFE58F) is unknown color: approx Feijoa. HEX triplet: AF, E5 and 8F. RGB value is (175,229,143). Sum of RGB (Red+Green+Blue) = 175+229+143=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE58F is #501A70. Grayscale: #CBCBCB. Windows color (decimal): -5249649 or 9430447. OLE color: 9430447.

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

Color convert

RGB175229143-
CMYK0.2400.380.10
HSL97.67º62.32%72.94%-
HSV(B)97.67º37.55%89.8%-
XYZ50.6667.1436.28-
YUV203.0594.11107.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 229 (89.84% from 255) = 41.86%
BLUE value IS 143 (56.25% from 255) = 26.14%
R=31.99%
G=41.86%
B=26.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752291430.2400.380.1097.6762.3272.94
HexAFE58F18026A623e49
Octal257345217300461214276111
Binary101011111110010110001111110000100110101011000101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE58F; }

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

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

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

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

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

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

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

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