#AFD984

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

Shades of Feijoa #AFD984

Tints of Feijoa #AFD984

Color information

#AFD984 (or 0xAFD984) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 84. RGB value is (175,217,132). Sum of RGB (Red+Green+Blue) = 175+217+132=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD984 is #50267B. Grayscale: #C3C3C3. Windows color (decimal): -5252732 or 8706479. OLE color: 8706479.

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

Color convert

RGB175217132-
CMYK0.1900.390.15
HSL89.65º52.8%68.43%-
HSV(B)89.65º39.17%85.1%-
XYZ46.6660.4131.03-
YUV194.7592.59113.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=33.40%
G=41.41%
B=25.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171320.1900.390.1589.6552.868.43
HexAFD98413027F5a3544
Octal257331204230471713265104
Binary101011111101100110000100100110100111111110110101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD984; }

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

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

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

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

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

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

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

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