#AFF889

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

Shades of Feijoa #AFF889

Tints of Feijoa #AFF889

Color information

#AFF889 (or 0xAFF889) is unknown color: approx Feijoa. HEX triplet: AF, F8 and 89. RGB value is (175,248,137). Sum of RGB (Red+Green+Blue) = 175+248+137=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF889 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF889 is #500776. Grayscale: #D5D5D5. Windows color (decimal): -5244791 or 9042095. OLE color: 9042095.

HSL color Cylindrical-coordinate representation of color #AFF889: hue angle of 99.46º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFF889 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB175248137-
CMYK0.2900.450.03
HSL99.46º88.8%75.49%-
HSV(B)99.46º44.76%97.25%-
XYZ55.7678.0535.79-
YUV213.5284.82100.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.25%
GREEN value IS 248 (97.27% from 255) = 44.29%
BLUE value IS 137 (53.91% from 255) = 24.46%
R=31.25%
G=44.29%
B=24.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481370.2900.450.0399.4688.875.49
HexAFF8891D02D363594b
Octal257370211350553143131113
Binary10101111111110001000100111101010110111110001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF889; }

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

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

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

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

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

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

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

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