#AFD688

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

Shades of Feijoa #AFD688

Tints of Feijoa #AFD688

Color information

#AFD688 (or 0xAFD688) is unknown color: approx Feijoa. HEX triplet: AF, D6 and 88. RGB value is (175,214,136). Sum of RGB (Red+Green+Blue) = 175+214+136=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD688 is #502977. Grayscale: #C1C1C1. Windows color (decimal): -5253496 or 8967855. OLE color: 8967855.

HSL color Cylindrical-coordinate representation of color #AFD688: hue angle of 90º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFD688 is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB175214136-
CMYK0.1800.360.16
HSL90º48.75%68.63%-
HSV(B)90º36.45%83.92%-
XYZ46.1758.9832.24-
YUV193.4595.58114.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 40.76%
BLUE value IS 136 (53.52% from 255) = 25.90%
R=33.33%
G=40.76%
B=25.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141360.1800.360.169048.7568.63
HexAFD68812024105a3145
Octal257326210220442013261105
Binary1010111111010110100010001001001001001000010110101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD688; }

 p { color: rgb(175,214,136); }

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

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

 a { background-color: rgb(175,214,136); }

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

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

 span { border-color: rgb(175,214,136); }

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