#AFE47F

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

Shades of Feijoa #AFE47F

Tints of Feijoa #AFE47F

Color information

#AFE47F (or 0xAFE47F) is unknown color: approx Feijoa. HEX triplet: AF, E4 and 7F. RGB value is (175,228,127). Sum of RGB (Red+Green+Blue) = 175+228+127=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE47F is #501B80. Grayscale: #C8C8C8. Windows color (decimal): -5249921 or 8381615. OLE color: 8381615.

HSL color Cylindrical-coordinate representation of color #AFE47F: hue angle of 91.49º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFE47F is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB175228127-
CMYK0.2300.440.11
HSL91.49º65.16%69.61%-
HSV(B)91.49º44.3%89.41%-
XYZ49.2566.1330.25-
YUV200.6486.44109.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 228 (89.45% from 255) = 43.02%
BLUE value IS 127 (50% from 255) = 23.96%
R=33.02%
G=43.02%
B=23.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281270.2300.440.1191.4965.1669.61
HexAFE47F1702CB5b4146
Octal2573441772705413133101106
Binary101011111110010011111111011101011001011101101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE47F; }

 p { color: rgb(175,228,127); }

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

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

 a { background-color: rgb(175,228,127); }

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

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

 span { border-color: rgb(175,228,127); }

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