#AFD18A

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

Shades of Feijoa #AFD18A

Tints of Feijoa #AFD18A

Color information

#AFD18A (or 0xAFD18A) is unknown color: approx Feijoa. HEX triplet: AF, D1 and 8A. RGB value is (175,209,138). Sum of RGB (Red+Green+Blue) = 175+209+138=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD18A is #502E75. Grayscale: #BEBEBE. Windows color (decimal): -5254774 or 9097647. OLE color: 9097647.

HSL color Cylindrical-coordinate representation of color #AFD18A: hue angle of 88.73º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFD18A is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB175209138-
CMYK0.1600.340.18
HSL88.73º43.56%68.04%-
HSV(B)88.73º33.97%81.96%-
XYZ45.0756.5532.58-
YUV190.7498.24116.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 138 (54.30% from 255) = 26.44%
R=33.52%
G=40.04%
B=26.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091380.1600.340.1888.7343.5668.04
HexAFD18A1002212592c44
Octal257321212200422213154104
Binary1010111111010001100010101000001000101001010110011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD18A; }

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

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

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

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

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

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

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

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