#AFD188

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

Shades of Feijoa #AFD188

Tints of Feijoa #AFD188

Color information

#AFD188 (or 0xAFD188) is unknown color: approx Feijoa. HEX triplet: AF, D1 and 88. RGB value is (175,209,136). Sum of RGB (Red+Green+Blue) = 175+209+136=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD188 is #502E77. Grayscale: #BEBEBE. Windows color (decimal): -5254776 or 8966575. OLE color: 8966575.

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

Color convert

RGB175209136-
CMYK0.1600.350.18
HSL87.95º44.24%67.65%-
HSV(B)87.95º34.93%81.96%-
XYZ44.9256.4931.83-
YUV190.5197.24116.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 136 (53.52% from 255) = 26.15%
R=33.65%
G=40.19%
B=26.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752091360.1600.350.1887.9544.2467.65
HexAFD1881002312582c44
Octal257321210200432213054104
Binary1010111111010001100010001000001000111001010110001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD188; }

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

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

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

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

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

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

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

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