#AFFA89

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

Shades of Feijoa #AFFA89

Tints of Feijoa #AFFA89

Color information

#AFFA89 (or 0xAFFA89) is unknown color: approx Feijoa. HEX triplet: AF, FA and 89. RGB value is (175,250,137). Sum of RGB (Red+Green+Blue) = 175+250+137=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 137 (53.91% from 255 or 24.38% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFA89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFA89 is #500576. Grayscale: #D7D7D7. Windows color (decimal): -5244279 or 9042607. OLE color: 9042607.

HSL color Cylindrical-coordinate representation of color #AFFA89: hue angle of 99.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFFA89 is Cyan = 0.3, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB175250137-
CMYK0.300.450.02
HSL99.82º91.87%75.88%-
HSV(B)99.82º45.2%98.04%-
XYZ56.3879.2936-
YUV214.6984.1599.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 137 (53.91% from 255) = 24.38%
R=31.14%
G=44.48%
B=24.38%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752501370.300.450.0299.8291.8775.88
HexAFFA891E02D2645c4c
Octal257372211360552144134114
Binary10101111111110101000100111110010110110110010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFA89; }

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

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

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

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

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

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

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

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