#AFFD86

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

Shades of Feijoa #AFFD86

Tints of Feijoa #AFFD86

Color information

#AFFD86 (or 0xAFFD86) is unknown color: approx Feijoa. HEX triplet: AF, FD and 86. RGB value is (175,253,134). Sum of RGB (Red+Green+Blue) = 175+253+134=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 253 (99.22% from 255 or 45.02% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD86 is #500279. Grayscale: #D8D8D8. Windows color (decimal): -5243514 or 8846767. OLE color: 8846767.

HSL color Cylindrical-coordinate representation of color #AFFD86: hue angle of 99.33º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFFD86 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB175253134-
CMYK0.3100.470.01
HSL99.33º96.75%75.88%-
HSV(B)99.33º47.04%99.22%-
XYZ57.1181.0935.2-
YUV216.1181.6698.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 253 (99.22% from 255) = 45.02%
BLUE value IS 134 (52.73% from 255) = 23.84%
R=31.14%
G=45.02%
B=23.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531340.3100.470.0199.3396.7575.88
HexAFFD861F02F163614c
Octal257375206370571143141114
Binary1010111111111101100001101111101011111110001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD86; }

 p { color: rgb(175,253,134); }

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

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

 a { background-color: rgb(175,253,134); }

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

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

 span { border-color: rgb(175,253,134); }

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