#AFED76

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

Shades of Feijoa #AFED76

Tints of Feijoa #AFED76

Color information

#AFED76 (or 0xAFED76) is unknown color: approx Feijoa. HEX triplet: AF, ED and 76. RGB value is (175,237,118). Sum of RGB (Red+Green+Blue) = 175+237+118=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 118 (46.48% from 255 or 22.26% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED76 is #501289. Grayscale: #CDCDCD. Windows color (decimal): -5247626 or 7794095. OLE color: 7794095.

HSL color Cylindrical-coordinate representation of color #AFED76: hue angle of 91.26º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFED76 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB175237118-
CMYK0.2600.500.07
HSL91.26º76.77%69.61%-
HSV(B)91.26º50.21%92.94%-
XYZ51.2370.9928.14-
YUV204.978.96106.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 118 (46.48% from 255) = 22.26%
R=33.02%
G=44.72%
B=22.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752371180.2600.500.0791.2676.7769.61
HexAFED761A03275b4d46
Octal257355166320627133115106
Binary10101111111011011110110110100110010111101101110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED76; }

 p { color: rgb(175,237,118); }

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

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

 a { background-color: rgb(175,237,118); }

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

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

 span { border-color: rgb(175,237,118); }

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