#AFEC87

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

Shades of Feijoa #AFEC87

Tints of Feijoa #AFEC87

Color information

#AFEC87 (or 0xAFEC87) is unknown color: approx Feijoa. HEX triplet: AF, EC and 87. RGB value is (175,236,135). Sum of RGB (Red+Green+Blue) = 175+236+135=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 135 (53.12% from 255 or 24.73% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC87 is #501378. Grayscale: #CECECE. Windows color (decimal): -5247865 or 8907951. OLE color: 8907951.

HSL color Cylindrical-coordinate representation of color #AFEC87: hue angle of 96.24º degrees, saturation: 0.73, 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 #AFEC87 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB175236135-
CMYK0.2600.430.07
HSL96.24º72.66%72.75%-
HSV(B)96.24º42.8%92.55%-
XYZ52.0570.8533.85-
YUV206.2587.79105.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.05%
GREEN value IS 236 (92.58% from 255) = 43.22%
BLUE value IS 135 (53.12% from 255) = 24.73%
R=32.05%
G=43.22%
B=24.73%

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
Decimal1752361350.2600.430.0796.2472.6672.75
HexAFEC871A02B7604949
Octal257354207320537140111111
Binary101011111110110010000111110100101011111110000010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEC87; }

 p { color: rgb(175,236,135); }

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

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

 a { background-color: rgb(175,236,135); }

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

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

 span { border-color: rgb(175,236,135); }

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