#AFD98A

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

Shades of Feijoa #AFD98A

Tints of Feijoa #AFD98A

Color information

#AFD98A (or 0xAFD98A) is unknown color: approx Feijoa. HEX triplet: AF, D9 and 8A. RGB value is (175,217,138). Sum of RGB (Red+Green+Blue) = 175+217+138=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD98A is #502675. Grayscale: #C3C3C3. Windows color (decimal): -5252726 or 9099695. OLE color: 9099695.

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

Color convert

RGB175217138-
CMYK0.1900.360.15
HSL91.9º50.97%69.61%-
HSV(B)91.9º36.41%85.1%-
XYZ47.0860.5733.26-
YUV195.4495.59113.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=33.02%
G=40.94%
B=26.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171380.1900.360.1591.950.9769.61
HexAFD98A13024F5c3346
Octal257331212230441713463106
Binary101011111101100110001010100110100100111110111001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD98A; }

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

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

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

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

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

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

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

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