#AFED7F

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

Shades of Feijoa #AFED7F

Tints of Feijoa #AFED7F

Color information

#AFED7F (or 0xAFED7F) is unknown color: approx Feijoa. HEX triplet: AF, ED and 7F. RGB value is (175,237,127). Sum of RGB (Red+Green+Blue) = 175+237+127=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #AFED7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFED7F is #501280. Grayscale: #CECECE. Windows color (decimal): -5247617 or 8383919. OLE color: 8383919.

HSL color Cylindrical-coordinate representation of color #AFED7F: hue angle of 93.82º degrees, saturation: 0.75, 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 #AFED7F is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB175237127-
CMYK0.2600.460.07
HSL93.82º75.34%71.37%-
HSV(B)93.82º46.41%92.94%-
XYZ51.7971.2131.09-
YUV205.9283.46105.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 237 (92.97% from 255) = 43.97%
BLUE value IS 127 (50% from 255) = 23.56%
R=32.47%
G=43.97%
B=23.56%

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
Decimal1752371270.2600.460.0793.8275.3471.37
HexAFED7F1A02E75e4b47
Octal257355177320567136113107
Binary10101111111011011111111110100101110111101111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFED7F; }

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

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

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

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

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

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

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

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