#AFDA88

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

Shades of Feijoa #AFDA88

Tints of Feijoa #AFDA88

Color information

#AFDA88 (or 0xAFDA88) is unknown color: approx Feijoa. HEX triplet: AF, DA and 88. RGB value is (175,218,136). Sum of RGB (Red+Green+Blue) = 175+218+136=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDA88 is #502577. Grayscale: #C4C4C4. Windows color (decimal): -5252472 or 8968879. OLE color: 8968879.

HSL color Cylindrical-coordinate representation of color #AFDA88: hue angle of 91.46º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDA88 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB175218136-
CMYK0.2000.380.15
HSL91.46º52.56%69.41%-
HSV(B)91.46º37.61%85.49%-
XYZ47.1961.0332.59-
YUV195.894.25113.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 218 (85.55% from 255) = 41.21%
BLUE value IS 136 (53.52% from 255) = 25.71%
R=33.08%
G=41.21%
B=25.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752181360.2000.380.1591.4652.5669.41
HexAFDA8814026F5b3545
Octal257332210240461713365105
Binary101011111101101010001000101000100110111110110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDA88; }

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

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

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

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

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

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

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

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