#AFEF89

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

Shades of Feijoa #AFEF89

Tints of Feijoa #AFEF89

Color information

#AFEF89 (or 0xAFEF89) is unknown color: approx Feijoa. HEX triplet: AF, EF and 89. RGB value is (175,239,137). Sum of RGB (Red+Green+Blue) = 175+239+137=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 239 (93.75% from 255 or 43.38% from 551); Blue value is 137 (53.91% from 255 or 24.86% from 551); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEF89 is #501076. Grayscale: #D0D0D0. Windows color (decimal): -5247095 or 9039791. OLE color: 9039791.

HSL color Cylindrical-coordinate representation of color #AFEF89: hue angle of 97.65º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFEF89 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB175239137-
CMYK0.2700.430.06
HSL97.65º76.12%73.73%-
HSV(B)97.65º42.68%93.73%-
XYZ53.0672.6534.89-
YUV208.2487.8104.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 239 (93.75% from 255) = 43.38%
BLUE value IS 137 (53.91% from 255) = 24.86%
R=31.76%
G=43.38%
B=24.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391370.2700.430.0697.6576.1273.73
HexAFEF891B02B6624c4a
Octal257357211330536142114112
Binary101011111110111110001001110110101011110110001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF89; }

 p { color: rgb(175,239,137); }

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

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

 a { background-color: rgb(175,239,137); }

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

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

 span { border-color: rgb(175,239,137); }

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