#AFEC8A

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

Shades of Feijoa #AFEC8A

Tints of Feijoa #AFEC8A

Color information

#AFEC8A (or 0xAFEC8A) is unknown color: approx Feijoa. HEX triplet: AF, EC and 8A. RGB value is (175,236,138). Sum of RGB (Red+Green+Blue) = 175+236+138=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC8A is #501375. Grayscale: #CECECE. Windows color (decimal): -5247862 or 9104559. OLE color: 9104559.

HSL color Cylindrical-coordinate representation of color #AFEC8A: hue angle of 97.35º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFEC8A is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB175236138-
CMYK0.2600.420.07
HSL97.35º72.06%73.33%-
HSV(B)97.35º41.53%92.55%-
XYZ52.2670.9434.98-
YUV206.5989.29105.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 236 (92.58% from 255) = 42.99%
BLUE value IS 138 (54.30% from 255) = 25.14%
R=31.88%
G=42.99%
B=25.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361380.2600.420.0797.3572.0673.33
HexAFEC8A1A02A7614849
Octal257354212320527141110111
Binary101011111110110010001010110100101010111110000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEC8A; }

 p { color: rgb(175,236,138); }

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

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

 a { background-color: rgb(175,236,138); }

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

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

 span { border-color: rgb(175,236,138); }

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