#AFEF7D

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

Shades of Feijoa #AFEF7D

Tints of Feijoa #AFEF7D

Color information

#AFEF7D (or 0xAFEF7D) is unknown color: approx Feijoa. HEX triplet: AF, EF and 7D. RGB value is (175,239,125). Sum of RGB (Red+Green+Blue) = 175+239+125=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEF7D is #501082. Grayscale: #CFCFCF. Windows color (decimal): -5247107 or 8253359. OLE color: 8253359.

HSL color Cylindrical-coordinate representation of color #AFEF7D: hue angle of 93.68º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFEF7D is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB175239125-
CMYK0.2700.480.06
HSL93.68º78.08%71.37%-
HSV(B)93.68º47.7%93.73%-
XYZ52.2572.3330.61-
YUV206.8781.8105.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 239 (93.75% from 255) = 44.34%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=32.47%
G=44.34%
B=23.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752391250.2700.480.0693.6878.0871.37
HexAFEF7D1B03065e4e47
Octal257357175330606136116107
Binary10101111111011111111101110110110000110101111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEF7D; }

 p { color: rgb(175,239,125); }

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

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

 a { background-color: rgb(175,239,125); }

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

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

 span { border-color: rgb(175,239,125); }

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