#AFD898

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

Shades of Feijoa #AFD898

Tints of Feijoa #AFD898

Color information

#AFD898 (or 0xAFD898) is unknown color: approx Feijoa. HEX triplet: AF, D8 and 98. RGB value is (175,216,152). Sum of RGB (Red+Green+Blue) = 175+216+152=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD898 is #502767. Grayscale: #C4C4C4. Windows color (decimal): -5252968 or 10016943. OLE color: 10016943.

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

Color convert

RGB175216152-
CMYK0.1900.300.15
HSL98.44º45.07%72.16%-
HSV(B)98.44º29.63%84.71%-
XYZ47.960.4938.86-
YUV196.44102.92112.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 216 (84.77% from 255) = 39.78%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=32.23%
G=39.78%
B=27.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161520.1900.300.1598.4445.0772.16
HexAFD8981301EF622d48
Octal257330230230361714255110
Binary10101111110110001001100010011011110111111000101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD898; }

 p { color: rgb(175,216,152); }

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

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

 a { background-color: rgb(175,216,152); }

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

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

 span { border-color: rgb(175,216,152); }

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