#AFF189

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

Shades of Feijoa #AFF189

Tints of Feijoa #AFF189

Color information

#AFF189 (or 0xAFF189) is unknown color: approx Feijoa. HEX triplet: AF, F1 and 89. RGB value is (175,241,137). Sum of RGB (Red+Green+Blue) = 175+241+137=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 137 (53.91% from 255 or 24.77% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF189 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF189 is #500E76. Grayscale: #D1D1D1. Windows color (decimal): -5246583 or 9040303. OLE color: 9040303.

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

Color convert

RGB175241137-
CMYK0.2700.430.05
HSL98.08º78.79%74.12%-
HSV(B)98.08º43.15%94.51%-
XYZ53.6573.8335.09-
YUV209.4187.13103.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 137 (53.91% from 255) = 24.77%
R=31.65%
G=43.58%
B=24.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411370.2700.430.0598.0878.7974.12
HexAFF1891B02B5624f4a
Octal257361211330535142117112
Binary101011111111000110001001110110101011101110001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF189; }

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

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

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

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

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

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

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

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