#AFD49A

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

Shades of Feijoa #AFD49A

Tints of Feijoa #AFD49A

Color information

#AFD49A (or 0xAFD49A) is unknown color: approx Feijoa. HEX triplet: AF, D4 and 9A. RGB value is (175,212,154). Sum of RGB (Red+Green+Blue) = 175+212+154=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD49A is #502B65. Grayscale: #C2C2C2. Windows color (decimal): -5253990 or 10146991. OLE color: 10146991.

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

Color convert

RGB175212154-
CMYK0.1700.270.17
HSL98.28º40.28%71.76%-
HSV(B)98.28º27.36%83.14%-
XYZ47.0658.5339.39-
YUV194.32105.24114.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=32.35%
G=39.19%
B=28.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121540.1700.270.1798.2840.2871.76
HexAFD49A1101B11622848
Octal257324232210332114250110
Binary101011111101010010011010100010110111000111000101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD49A; }

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

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

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

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

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

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

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

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