#AFEC80

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

Shades of Feijoa #AFEC80

Tints of Feijoa #AFEC80

Color information

#AFEC80 (or 0xAFEC80) is unknown color: approx Feijoa. HEX triplet: AF, EC and 80. RGB value is (175,236,128). Sum of RGB (Red+Green+Blue) = 175+236+128=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEC80 is #50137F. Grayscale: #CDCDCD. Windows color (decimal): -5247872 or 8449199. OLE color: 8449199.

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

Color convert

RGB175236128-
CMYK0.2600.460.07
HSL93.89º73.97%71.37%-
HSV(B)93.89º45.76%92.55%-
XYZ51.5770.6631.34-
YUV205.4584.29106.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=32.47%
G=43.78%
B=23.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361280.2600.460.0793.8973.9771.37
HexAFEC801A02E75e4a47
Octal257354200320567136112107
Binary101011111110110010000000110100101110111101111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEC80; }

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

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

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

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

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

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

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

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