#AFE48E

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

Shades of Feijoa #AFE48E

Tints of Feijoa #AFE48E

Color information

#AFE48E (or 0xAFE48E) is unknown color: approx Feijoa. HEX triplet: AF, E4 and 8E. RGB value is (175,228,142). Sum of RGB (Red+Green+Blue) = 175+228+142=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE48E is #501B71. Grayscale: #CACACA. Windows color (decimal): -5249906 or 9364655. OLE color: 9364655.

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

Color convert

RGB175228142-
CMYK0.2300.380.11
HSL96.98º61.43%72.55%-
HSV(B)96.98º37.72%89.41%-
XYZ50.3166.5535.79-
YUV202.3593.94108.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=32.11%
G=41.83%
B=26.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752281420.2300.380.1196.9861.4372.55
HexAFE48E17026B613d49
Octal257344216270461314175111
Binary101011111110010010001110101110100110101111000011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE48E; }

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

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

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

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

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

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

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

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