#AFD495

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

Shades of Feijoa #AFD495

Tints of Feijoa #AFD495

Color information

#AFD495 (or 0xAFD495) is unknown color: approx Feijoa. HEX triplet: AF, D4 and 95. RGB value is (175,212,149). Sum of RGB (Red+Green+Blue) = 175+212+149=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD495 is #502B6A. Grayscale: #C1C1C1. Windows color (decimal): -5253995 or 9819311. OLE color: 9819311.

HSL color Cylindrical-coordinate representation of color #AFD495: hue angle of 95.24º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD495 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB175212149-
CMYK0.1700.300.17
HSL95.24º42.28%70.78%-
HSV(B)95.24º29.72%83.14%-
XYZ46.6558.3737.24-
YUV193.75102.74114.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.65%
GREEN value IS 212 (83.20% from 255) = 39.55%
BLUE value IS 149 (58.59% from 255) = 27.80%
R=32.65%
G=39.55%
B=27.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121490.1700.300.1795.2442.2870.78
HexAFD4951101E115f2a47
Octal257324225210362113752107
Binary101011111101010010010101100010111101000110111111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD495; }

 p { color: rgb(175,212,149); }

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

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

 a { background-color: rgb(175,212,149); }

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

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

 span { border-color: rgb(175,212,149); }

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