#AFF88A

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

Shades of Feijoa #AFF88A

Tints of Feijoa #AFF88A

Color information

#AFF88A (or 0xAFF88A) is unknown color: approx Feijoa. HEX triplet: AF, F8 and 8A. RGB value is (175,248,138). Sum of RGB (Red+Green+Blue) = 175+248+138=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF88A is #500775. Grayscale: #D6D6D6. Windows color (decimal): -5244790 or 9107631. OLE color: 9107631.

HSL color Cylindrical-coordinate representation of color #AFF88A: hue angle of 99.82º 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 #AFF88A is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB175248138-
CMYK0.2900.440.03
HSL99.82º88.71%75.69%-
HSV(B)99.82º44.35%97.25%-
XYZ55.8378.0836.17-
YUV213.6385.32100.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 248 (97.27% from 255) = 44.21%
BLUE value IS 138 (54.30% from 255) = 24.60%
R=31.19%
G=44.21%
B=24.60%

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
Decimal1752481380.2900.440.0399.8288.7175.69
HexAFF88A1D02C364594c
Octal257370212350543144131114
Binary10101111111110001000101011101010110011110010010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF88A; }

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

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

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

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

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

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

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

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