#AFD499

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

Shades of Feijoa #AFD499

Tints of Feijoa #AFD499

Color information

#AFD499 (or 0xAFD499) is unknown color: approx Feijoa. HEX triplet: AF, D4 and 99. RGB value is (175,212,153). Sum of RGB (Red+Green+Blue) = 175+212+153=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD499 is #502B66. Grayscale: #C2C2C2. Windows color (decimal): -5253991 or 10081455. OLE color: 10081455.

HSL color Cylindrical-coordinate representation of color #AFD499: hue angle of 97.63º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFD499 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB175212153-
CMYK0.1700.280.17
HSL97.63º40.69%71.57%-
HSV(B)97.63º27.83%83.14%-
XYZ46.9758.538.95-
YUV194.21104.74114.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.41%
GREEN value IS 212 (83.20% from 255) = 39.26%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=32.41%
G=39.26%
B=28.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121530.1700.280.1797.6340.6971.57
HexAFD4991101C11622948
Octal257324231210342114251110
Binary101011111101010010011001100010111001000111000101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD499; }

 p { color: rgb(175,212,153); }

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

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

 a { background-color: rgb(175,212,153); }

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

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

 span { border-color: rgb(175,212,153); }

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