#AFE680

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

Shades of Feijoa #AFE680

Tints of Feijoa #AFE680

Color information

#AFE680 (or 0xAFE680) is unknown color: approx Feijoa. HEX triplet: AF, E6 and 80. RGB value is (175,230,128). Sum of RGB (Red+Green+Blue) = 175+230+128=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE680 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE680 is #50197F. Grayscale: #CACACA. Windows color (decimal): -5249408 or 8447663. OLE color: 8447663.

HSL color Cylindrical-coordinate representation of color #AFE680: hue angle of 92.35º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFE680 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB175230128-
CMYK0.2400.440.10
HSL92.35º67.11%70.2%-
HSV(B)92.35º44.35%90.2%-
XYZ49.8767.2730.78-
YUV201.9386.28108.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 230 (90.23% from 255) = 43.15%
BLUE value IS 128 (50.39% from 255) = 24.02%
R=32.83%
G=43.15%
B=24.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1752301280.2400.440.1092.3567.1170.2
HexAFE6801802CA5c4346
Octal2573462003005412134103106
Binary1010111111100110100000001100001011001010101110010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE680; }

 p { color: rgb(175,230,128); }

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

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

 a { background-color: rgb(175,230,128); }

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

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

 span { border-color: rgb(175,230,128); }

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