#AFE78B

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

Shades of Feijoa #AFE78B

Tints of Feijoa #AFE78B

Color information

#AFE78B (or 0xAFE78B) is unknown color: approx Feijoa. HEX triplet: AF, E7 and 8B. RGB value is (175,231,139). Sum of RGB (Red+Green+Blue) = 175+231+139=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE78B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE78B is #501874. Grayscale: #CCCCCC. Windows color (decimal): -5249141 or 9168815. OLE color: 9168815.

HSL color Cylindrical-coordinate representation of color #AFE78B: hue angle of 96.52º degrees, saturation: 0.66, 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 #AFE78B is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB175231139-
CMYK0.2400.400.09
HSL96.52º65.71%72.55%-
HSV(B)96.52º39.83%90.59%-
XYZ50.9268.1334.89-
YUV203.7791.45107.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 231 (90.62% from 255) = 42.39%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=32.11%
G=42.39%
B=25.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1752311390.2400.400.0996.5265.7172.55
HexAFE78B180289614249
Octal2573472133005011141102111
Binary1010111111100111100010111100001010001001110000110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE78B; }

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

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

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

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

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

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

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

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