#AFEE8B

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

Shades of Feijoa #AFEE8B

Tints of Feijoa #AFEE8B

Color information

#AFEE8B (or 0xAFEE8B) is unknown color: approx Feijoa. HEX triplet: AF, EE and 8B. RGB value is (175,238,139). Sum of RGB (Red+Green+Blue) = 175+238+139=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 238 (93.36% from 255 or 43.12% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEE8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEE8B is #501174. Grayscale: #D0D0D0. Windows color (decimal): -5247349 or 9170607. OLE color: 9170607.

HSL color Cylindrical-coordinate representation of color #AFEE8B: hue angle of 98.18º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFEE8B is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB175238139-
CMYK0.2600.420.07
HSL98.18º74.44%73.92%-
HSV(B)98.18º41.6%93.33%-
XYZ52.9172.1335.56-
YUV207.8889.13104.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 238 (93.36% from 255) = 43.12%
BLUE value IS 139 (54.69% from 255) = 25.18%
R=31.70%
G=43.12%
B=25.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752381390.2600.420.0798.1874.4473.92
HexAFEE8B1A02A7624a4a
Octal257356213320527142112112
Binary101011111110111010001011110100101010111110001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEE8B; }

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

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

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

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

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

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

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

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