#AFD596

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

Shades of Feijoa #AFD596

Tints of Feijoa #AFD596

Color information

#AFD596 (or 0xAFD596) is unknown color: approx Feijoa. HEX triplet: AF, D5 and 96. RGB value is (175,213,150). Sum of RGB (Red+Green+Blue) = 175+213+150=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD596 is #502A69. Grayscale: #C2C2C2. Windows color (decimal): -5253738 or 9885103. OLE color: 9885103.

HSL color Cylindrical-coordinate representation of color #AFD596: hue angle of 96.19º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD596 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB175213150-
CMYK0.1800.300.16
HSL96.19º42.86%71.18%-
HSV(B)96.19º29.58%83.53%-
XYZ46.9858.937.75-
YUV194.46102.91114.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 213 (83.59% from 255) = 39.59%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=32.53%
G=39.59%
B=27.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752131500.1800.300.1696.1942.8671.18
HexAFD5961201E10602b47
Octal257325226220362014053107
Binary101011111101010110010110100100111101000011000001010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD596; }

 p { color: rgb(175,213,150); }

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

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

 a { background-color: rgb(175,213,150); }

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

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

 span { border-color: rgb(175,213,150); }

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