#AFFD88

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

Shades of Feijoa #AFFD88

Tints of Feijoa #AFFD88

Color information

#AFFD88 (or 0xAFFD88) is unknown color: approx Feijoa. HEX triplet: AF, FD and 88. RGB value is (175,253,136). Sum of RGB (Red+Green+Blue) = 175+253+136=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFD88 is #500277. Grayscale: #D8D8D8. Windows color (decimal): -5243512 or 8977839. OLE color: 8977839.

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

Color convert

RGB175253136-
CMYK0.3100.460.01
HSL100º96.69%76.27%-
HSV(B)100º46.25%99.22%-
XYZ57.2581.1435.94-
YUV216.3482.6698.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 253 (99.22% from 255) = 44.86%
BLUE value IS 136 (53.52% from 255) = 24.11%
R=31.03%
G=44.86%
B=24.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752531360.3100.460.0110096.6976.27
HexAFFD881F02E164614c
Octal257375210370561144141114
Binary1010111111111101100010001111101011101110010011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFD88; }

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

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

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

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

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

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

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

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