#AFE18D

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

Shades of Feijoa #AFE18D

Tints of Feijoa #AFE18D

Color information

#AFE18D (or 0xAFE18D) is unknown color: approx Feijoa. HEX triplet: AF, E1 and 8D. RGB value is (175,225,141). Sum of RGB (Red+Green+Blue) = 175+225+141=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE18D is #501E72. Grayscale: #C8C8C8. Windows color (decimal): -5250675 or 9298351. OLE color: 9298351.

HSL color Cylindrical-coordinate representation of color #AFE18D: hue angle of 95.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE18D is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB175225141-
CMYK0.2200.370.12
HSL95.71º58.33%71.76%-
HSV(B)95.71º37.33%88.24%-
XYZ49.4164.8935.12-
YUV200.4794.44109.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 225 (88.28% from 255) = 41.59%
BLUE value IS 141 (55.47% from 255) = 26.06%
R=32.35%
G=41.59%
B=26.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1752251410.2200.370.1295.7158.3371.76
HexAFE18D16025C603a48
Octal257341215260451414072110
Binary101011111110000110001101101100100101110011000001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE18D; }

 p { color: rgb(175,225,141); }

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

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

 a { background-color: rgb(175,225,141); }

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

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

 span { border-color: rgb(175,225,141); }

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