#AFD995

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

Shades of Feijoa #AFD995

Tints of Feijoa #AFD995

Color information

#AFD995 (or 0xAFD995) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 95. RGB value is (175,217,149). Sum of RGB (Red+Green+Blue) = 175+217+149=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD995 is #50266A. Grayscale: #C4C4C4. Windows color (decimal): -5252715 or 9820591. OLE color: 9820591.

HSL color Cylindrical-coordinate representation of color #AFD995: hue angle of 97.06º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFD995 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB175217149-
CMYK0.1900.310.15
HSL97.06º47.22%71.76%-
HSV(B)97.06º31.34%85.1%-
XYZ47.9260.9137.67-
YUV196.69101.09112.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 217 (85.16% from 255) = 40.11%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=32.35%
G=40.11%
B=27.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171490.1900.310.1597.0647.2271.76
HexAFD9951301FF612f48
Octal257331225230371714157110
Binary10101111110110011001010110011011111111111000011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD995; }

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

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

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

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

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

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

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

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