#AFEE87

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

Shades of Feijoa #AFEE87

Tints of Feijoa #AFEE87

Color information

#AFEE87 (or 0xAFEE87) is unknown color: approx Feijoa. HEX triplet: AF, EE and 87. RGB value is (175,238,135). Sum of RGB (Red+Green+Blue) = 175+238+135=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 238 (93.36% from 255 or 43.43% from 548); Blue value is 135 (53.12% from 255 or 24.64% from 548); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEE87 is #501178. Grayscale: #CFCFCF. Windows color (decimal): -5247353 or 8908463. OLE color: 8908463.

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

Color convert

RGB175238135-
CMYK0.2600.430.07
HSL96.7º75.18%73.14%-
HSV(B)96.7º43.28%93.33%-
XYZ52.6372.0134.05-
YUV207.4287.13104.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 238 (93.36% from 255) = 43.43%
BLUE value IS 135 (53.12% from 255) = 24.64%
R=31.93%
G=43.43%
B=24.64%

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
Decimal1752381350.2600.430.0796.775.1873.14
HexAFEE871A02B7614b49
Octal257356207320537141113111
Binary101011111110111010000111110100101011111110000110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE87; }

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

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

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

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

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

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

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

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