#AFE784

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

Shades of Feijoa #AFE784

Tints of Feijoa #AFE784

Color information

#AFE784 (or 0xAFE784) is unknown color: approx Feijoa. HEX triplet: AF, E7 and 84. RGB value is (175,231,132). Sum of RGB (Red+Green+Blue) = 175+231+132=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE784 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE784 is #50187B. Grayscale: #CBCBCB. Windows color (decimal): -5249148 or 8710063. OLE color: 8710063.

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

Color convert

RGB175231132-
CMYK0.2400.430.09
HSL93.94º67.35%71.18%-
HSV(B)93.94º42.86%90.59%-
XYZ50.4267.9332.28-
YUV202.9787.95108.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 231 (90.62% from 255) = 42.94%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=32.53%
G=42.94%
B=24.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311320.2400.430.0993.9467.3571.18
HexAFE7841802B95e4347
Octal2573472043005311136103107
Binary1010111111100111100001001100001010111001101111010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE784; }

 p { color: rgb(175,231,132); }

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

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

 a { background-color: rgb(175,231,132); }

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

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

 span { border-color: rgb(175,231,132); }

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