#AFF88B

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

Shades of Feijoa #AFF88B

Tints of Feijoa #AFF88B

Color information

#AFF88B (or 0xAFF88B) is unknown color: approx Feijoa. HEX triplet: AF, F8 and 8B. RGB value is (175,248,139). Sum of RGB (Red+Green+Blue) = 175+248+139=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 248 (97.27% from 255 or 44.13% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF88B is #500774. Grayscale: #D6D6D6. Windows color (decimal): -5244789 or 9173167. OLE color: 9173167.

HSL color Cylindrical-coordinate representation of color #AFF88B: hue angle of 100.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF88B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB175248139-
CMYK0.2900.440.03
HSL100.18º88.62%75.88%-
HSV(B)100.18º43.95%97.25%-
XYZ55.9178.1136.56-
YUV213.7585.82100.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 248 (97.27% from 255) = 44.13%
BLUE value IS 139 (54.69% from 255) = 24.73%
R=31.14%
G=44.13%
B=24.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752481390.2900.440.03100.1888.6275.88
HexAFF88B1D02C364594c
Octal257370213350543144131114
Binary10101111111110001000101111101010110011110010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF88B; }

 p { color: rgb(175,248,139); }

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

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

 a { background-color: rgb(175,248,139); }

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

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

 span { border-color: rgb(175,248,139); }

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