#AFFB88

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

Shades of Feijoa #AFFB88

Tints of Feijoa #AFFB88

Color information

#AFFB88 (or 0xAFFB88) is unknown color: approx Feijoa. HEX triplet: AF, FB and 88. RGB value is (175,251,136). Sum of RGB (Red+Green+Blue) = 175+251+136=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 136 (53.52% from 255 or 24.20% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFB88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFB88 is #500477. Grayscale: #D7D7D7. Windows color (decimal): -5244024 or 8977327. OLE color: 8977327.

HSL color Cylindrical-coordinate representation of color #AFFB88: hue angle of 99.65º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFFB88 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB175251136-
CMYK0.3000.460.02
HSL99.65º93.5%75.88%-
HSV(B)99.65º45.82%98.43%-
XYZ56.6279.8935.73-
YUV215.1783.3299.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 251 (98.44% from 255) = 44.66%
BLUE value IS 136 (53.52% from 255) = 24.20%
R=31.14%
G=44.66%
B=24.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752511360.3000.460.0299.6593.575.88
HexAFFB881E02E2645d4c
Octal257373210360562144135114
Binary10101111111110111000100011110010111010110010010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFB88; }

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

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

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

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

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

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

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

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