#AFE877

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

Shades of Feijoa #AFE877

Tints of Feijoa #AFE877

Color information

#AFE877 (or 0xAFE877) is unknown color: approx Feijoa. HEX triplet: AF, E8 and 77. RGB value is (175,232,119). Sum of RGB (Red+Green+Blue) = 175+232+119=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE877 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE877 is #501788. Grayscale: #CACACA. Windows color (decimal): -5248905 or 7858351. OLE color: 7858351.

HSL color Cylindrical-coordinate representation of color #AFE877: hue angle of 90.27º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFE877 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB175232119-
CMYK0.2500.490.09
HSL90.27º71.07%68.82%-
HSV(B)90.27º48.71%90.98%-
XYZ49.8768.1627.98-
YUV202.0881.12108.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 232 (91.02% from 255) = 44.11%
BLUE value IS 119 (46.88% from 255) = 22.62%
R=33.27%
G=44.11%
B=22.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752321190.2500.490.0990.2771.0768.82
HexAFE8771903195a4745
Octal2573501673106111132107105
Binary101011111110100011101111100101100011001101101010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE877; }

 p { color: rgb(175,232,119); }

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

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

 a { background-color: rgb(175,232,119); }

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

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

 span { border-color: rgb(175,232,119); }

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