#AFED87

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

Shades of Feijoa #AFED87

Tints of Feijoa #AFED87

Color information

#AFED87 (or 0xAFED87) is unknown color: approx Feijoa. HEX triplet: AF, ED and 87. RGB value is (175,237,135). Sum of RGB (Red+Green+Blue) = 175+237+135=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 135 (53.12% from 255 or 24.68% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFED87 is #501278. Grayscale: #CFCFCF. Windows color (decimal): -5247609 or 8908207. OLE color: 8908207.

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

Color convert

RGB175237135-
CMYK0.2600.430.07
HSL96.47º73.91%72.94%-
HSV(B)96.47º43.04%92.94%-
XYZ52.3471.4333.95-
YUV206.8387.46105.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 237 (92.97% from 255) = 43.33%
BLUE value IS 135 (53.12% from 255) = 24.68%
R=31.99%
G=43.33%
B=24.68%

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
Decimal1752371350.2600.430.0796.4773.9172.94
HexAFED871A02B7604a49
Octal257355207320537140112111
Binary101011111110110110000111110100101011111110000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED87; }

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

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

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

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

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

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

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

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