#AFED88

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

Shades of Feijoa #AFED88

Tints of Feijoa #AFED88

Color information

#AFED88 (or 0xAFED88) is unknown color: approx Feijoa. HEX triplet: AF, ED and 88. RGB value is (175,237,136). Sum of RGB (Red+Green+Blue) = 175+237+136=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 136 (53.52% from 255 or 24.82% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED88 is #501277. Grayscale: #CFCFCF. Windows color (decimal): -5247608 or 8973743. OLE color: 8973743.

HSL color Cylindrical-coordinate representation of color #AFED88: hue angle of 96.83º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFED88 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB175237136-
CMYK0.2600.430.07
HSL96.83º73.72%73.14%-
HSV(B)96.83º42.62%92.94%-
XYZ52.4171.4634.32-
YUV206.9587.96105.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 237 (92.97% from 255) = 43.25%
BLUE value IS 136 (53.52% from 255) = 24.82%
R=31.93%
G=43.25%
B=24.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371360.2600.430.0796.8373.7273.14
HexAFED881A02B7614a49
Octal257355210320537141112111
Binary101011111110110110001000110100101011111110000110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED88; }

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

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

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

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

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

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

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

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