#AFF788

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

Shades of Feijoa #AFF788

Tints of Feijoa #AFF788

Color information

#AFF788 (or 0xAFF788) is unknown color: approx Feijoa. HEX triplet: AF, F7 and 88. RGB value is (175,247,136). Sum of RGB (Red+Green+Blue) = 175+247+136=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF788 is #500877. Grayscale: #D5D5D5. Windows color (decimal): -5245048 or 8976303. OLE color: 8976303.

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

Color convert

RGB175247136-
CMYK0.2900.450.03
HSL98.92º87.4%75.1%-
HSV(B)98.92º44.94%96.86%-
XYZ55.3877.4135.32-
YUV212.8284.65101.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 247 (96.88% from 255) = 44.27%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=31.36%
G=44.27%
B=24.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752471360.2900.450.0398.9287.475.1
HexAFF7881D02D363574b
Octal257367210350553143127113
Binary10101111111101111000100011101010110111110001110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF788; }

 p { color: rgb(175,247,136); }

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

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

 a { background-color: rgb(175,247,136); }

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

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

 span { border-color: rgb(175,247,136); }

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