#AFE38F

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

Shades of Feijoa #AFE38F

Tints of Feijoa #AFE38F

Color information

#AFE38F (or 0xAFE38F) is unknown color: approx Feijoa. HEX triplet: AF, E3 and 8F. RGB value is (175,227,143). Sum of RGB (Red+Green+Blue) = 175+227+143=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE38F is #501C70. Grayscale: #CACACA. Windows color (decimal): -5250161 or 9429935. OLE color: 9429935.

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

Color convert

RGB175227143-
CMYK0.2300.370.11
HSL97.14º60%72.55%-
HSV(B)97.14º37%89.02%-
XYZ50.1166.0436.09-
YUV201.8894.77108.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 227 (89.06% from 255) = 41.65%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=32.11%
G=41.65%
B=26.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271430.2300.370.1197.146072.55
HexAFE38F17025B613c49
Octal257343217270451314174111
Binary101011111110001110001111101110100101101111000011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE38F; }

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

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

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

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

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

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

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

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