#AFE98B

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

Shades of Feijoa #AFE98B

Tints of Feijoa #AFE98B

Color information

#AFE98B (or 0xAFE98B) is unknown color: approx Feijoa. HEX triplet: AF, E9 and 8B. RGB value is (175,233,139). Sum of RGB (Red+Green+Blue) = 175+233+139=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE98B is #501674. Grayscale: #CDCDCD. Windows color (decimal): -5248629 or 9169327. OLE color: 9169327.

HSL color Cylindrical-coordinate representation of color #AFE98B: hue angle of 97.02º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE98B is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB175233139-
CMYK0.2500.400.09
HSL97.02º68.12%72.94%-
HSV(B)97.02º40.34%91.37%-
XYZ51.4869.2635.08-
YUV204.9490.78106.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 139 (54.69% from 255) = 25.41%
R=31.99%
G=42.60%
B=25.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752331390.2500.400.0997.0268.1272.94
HexAFE98B190289614449
Octal2573512133105011141104111
Binary1010111111101001100010111100101010001001110000110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE98B; }

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

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

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

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

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

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

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

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